...
|
...
|
@@ -723,7 +723,7 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form', |
|
|
var targetId = 'slt_res_manage_superior';
|
|
|
var optons = "<option value=''>=上级=</option>"
|
|
|
if (targetId && searchType) {
|
|
|
var url = "/api-web/home/res-list/" + resType + "?page=1&limit=50";
|
|
|
var url = "/api-web/home/res-list/" + resType + "?page=1&limit=50&pageName=resmanage";
|
|
|
admin.req({
|
|
|
url: common.domainName + url
|
|
|
}).done(function (res) {
|
...
|
...
|
@@ -826,7 +826,8 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form', |
|
|
busId: $("#resManageIndexForm").find("input[name='busId']").val(),
|
|
|
state: $("#resManageIndexForm").find("select[name='state']").val(),
|
|
|
parentId: $("#resManageIndexForm").find("select[name='parentId']").val(),
|
|
|
collectionState: $("#resManageIndexForm").find("select[name='collectionState']").val()
|
|
|
collectionState: $("#resManageIndexForm").find("select[name='collectionState']").val(),
|
|
|
pageName:'resmanage'
|
|
|
}
|
|
|
, height: 'full-200'
|
|
|
, cellMinWidth: 80
|
...
|
...
|
@@ -1698,7 +1699,9 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form', |
|
|
state: $("#resManageIndexForm").find("select[name='state']").val(),
|
|
|
parentId: $("#resManageIndexForm").find("select[name='parentId']").val(),
|
|
|
collectionState: $("#resManageIndexForm").find("select[name='collectionState']").val(),
|
|
|
sortKey: sortKey
|
|
|
sortKey: sortKey,
|
|
|
pageName:'resmanage'
|
|
|
|
|
|
}
|
|
|
})
|
|
|
}
|
...
|
...
|
|