Explorar el Código

2019-09-25 15:48

xs hace 5 años
padre
commit
17dd7be3f4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/main/webapp/webpage/modules/sg/project/management.js

+ 0 - 1
src/main/webapp/webpage/modules/sg/project/management.js

@@ -229,7 +229,6 @@ function deleteItem(id) { //逻辑删除项目
                 dataType: "json",
                 success: function (data) {
                     if (data.success) {
-
                         layer.msg(data.msg, {icon: 6,offset:['40%','40%']},function () {
                             $("#del"+id).closest('tr').remove();
                         });