...
|
...
|
@@ -848,7 +848,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'laytpl', 'common', 'view', 'se |
|
|
}).done(function (response) {
|
|
|
layer.close(loading);
|
|
|
if (response.success) {
|
|
|
layer.msg('添加绑定成功!此次添加了' + insertCount + '个新资源' + (isExistCount > 0 ? ',有' + isExistCount + '个已经存在。' : ''), {icon: 1, time: 5000});
|
|
|
layer.msg('添加绑定成功!此次添加了' + insertCount + '个新资源(父资源)' + (isExistCount > 0 ? ',有' + isExistCount + '个已经存在。' : ''), {icon: 1, time: 5000});
|
|
|
layer.close(addResLayerIndex);
|
|
|
reloadTable(resType,busId);
|
|
|
} else {
|
...
|
...
|
|