杭州-业务类型-分配资源,分配资源时候,有父子关系的资源权限分配功能优化:没有分配子资源
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -848,7 +848,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'laytpl', 'common', 'view', 'se | @@ -848,7 +848,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'laytpl', 'common', 'view', 'se | ||
848 | }).done(function (response) { | 848 | }).done(function (response) { |
849 | layer.close(loading); | 849 | layer.close(loading); |
850 | if (response.success) { | 850 | if (response.success) { |
851 | - layer.msg('添加绑定成功!此次添加了' + insertCount + '个新资源' + (isExistCount > 0 ? ',有' + isExistCount + '个已经存在。' : ''), {icon: 1, time: 5000}); | 851 | + layer.msg('添加绑定成功!此次添加了' + insertCount + '个新资源(父资源)' + (isExistCount > 0 ? ',有' + isExistCount + '个已经存在。' : ''), {icon: 1, time: 5000}); |
852 | layer.close(addResLayerIndex); | 852 | layer.close(addResLayerIndex); |
853 | reloadTable(resType,busId); | 853 | reloadTable(resType,busId); |
854 | } else { | 854 | } else { |
-
Please register or login to post a comment