Merge branch 'release/1.6' of http://git.dev.yoho.cn/platform/yohobuy-portal-fe into release/1.6
Conflicts: client/js/sourceManage/resourceManage.js
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -130,9 +130,9 @@ $(document).on("click", ".delbtn", function() { | @@ -130,9 +130,9 @@ $(document).on("click", ".delbtn", function() { | ||
130 | var item = g.rows[$(this).data("index")]; | 130 | var item = g.rows[$(this).data("index")]; |
131 | common.dialog.confirm("警告", "是否确认删除?",function() { | 131 | common.dialog.confirm("警告", "是否确认删除?",function() { |
132 | common.util.__ajax({ | 132 | common.util.__ajax({ |
133 | + url: "/resources/deleteResourceById", | ||
133 | //url: "/resources/deleteAllResourceByCode", | 134 | //url: "/resources/deleteAllResourceByCode", |
134 | //data: {code: item.code}, | 135 | //data: {code: item.code}, |
135 | - url: "/resources/deleteResourceById", | ||
136 | data: {id: item.id}, | 136 | data: {id: item.id}, |
137 | }, function () { | 137 | }, function () { |
138 | g.reload(); | 138 | g.reload(); |
-
Please register or login to post a comment