瀏覽代碼

2019-09-25 15:48

xs 5 年之前
父節點
當前提交
17dd7be3f4
共有 1 個文件被更改,包括 0 次插入1 次删除
  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",
                 dataType: "json",
                 success: function (data) {
                 success: function (data) {
                     if (data.success) {
                     if (data.success) {
-
                         layer.msg(data.msg, {icon: 6,offset:['40%','40%']},function () {
                         layer.msg(data.msg, {icon: 6,offset:['40%','40%']},function () {
                             $("#del"+id).closest('tr').remove();
                             $("#del"+id).closest('tr').remove();
                         });
                         });