Authored by 鲁尚清

【无】域视图下--内网域,物理服务器等资源下‘别名’修改不了

... ... @@ -702,6 +702,7 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'treeTable'
,
done: function (res) {
soulTable.render(this)
commonCols.colsClickEvent();
//调用收藏方法
resFavorites();
... ... @@ -1065,6 +1066,7 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'treeTable'
, cols: [cols]
, done: function (res) {
soulTable.render(this)
commonCols.colsClickEvent();
//调用收藏方法
resFavorites();
... ... @@ -1263,6 +1265,7 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'treeTable'
, height: 'full-300',
done: function (res) {
soulTable.render(this);
commonCols.colsClickEvent();
//调用收藏方法
resFavorites();
... ...