杭州-用户授权资源时,选择筛选条件后,点击全选保存数据不对问题处理
Showing
1 changed file
with
2 additions
and
0 deletions
@@ -163,6 +163,8 @@ layui.define(['table', 'form', 'admin', 'layer', 'common','sessions', 'xmSelect' | @@ -163,6 +163,8 @@ layui.define(['table', 'form', 'admin', 'layer', 'common','sessions', 'xmSelect' | ||
163 | editMode: 'true' | 163 | editMode: 'true' |
164 | }, | 164 | }, |
165 | done: function (res) { | 165 | done: function (res) { |
166 | + //更新table_data数据 joke add 20211206 | ||
167 | + table_data = res.data; | ||
166 | if(resListSelectIds.length > 0){ | 168 | if(resListSelectIds.length > 0){ |
167 | $.each(res.data,function (i,e) { | 169 | $.each(res.data,function (i,e) { |
168 | $.each(resListSelectIds,function (j,k) { | 170 | $.each(resListSelectIds,function (j,k) { |
-
Please register or login to post a comment