|
@@ -723,7 +723,7 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form', |
|
@@ -723,7 +723,7 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form', |
723
|
var targetId = 'slt_res_manage_superior';
|
723
|
var targetId = 'slt_res_manage_superior';
|
724
|
var optons = "<option value=''>=上级=</option>"
|
724
|
var optons = "<option value=''>=上级=</option>"
|
725
|
if (targetId && searchType) {
|
725
|
if (targetId && searchType) {
|
726
|
- var url = "/api-web/home/res-list/" + resType + "?page=1&limit=50";
|
726
|
+ var url = "/api-web/home/res-list/" + resType + "?page=1&limit=50&pageName=resmanage";
|
727
|
admin.req({
|
727
|
admin.req({
|
728
|
url: common.domainName + url
|
728
|
url: common.domainName + url
|
729
|
}).done(function (res) {
|
729
|
}).done(function (res) {
|
|
@@ -826,7 +826,8 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form', |
|
@@ -826,7 +826,8 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form', |
826
|
busId: $("#resManageIndexForm").find("input[name='busId']").val(),
|
826
|
busId: $("#resManageIndexForm").find("input[name='busId']").val(),
|
827
|
state: $("#resManageIndexForm").find("select[name='state']").val(),
|
827
|
state: $("#resManageIndexForm").find("select[name='state']").val(),
|
828
|
parentId: $("#resManageIndexForm").find("select[name='parentId']").val(),
|
828
|
parentId: $("#resManageIndexForm").find("select[name='parentId']").val(),
|
829
|
- collectionState: $("#resManageIndexForm").find("select[name='collectionState']").val()
|
829
|
+ collectionState: $("#resManageIndexForm").find("select[name='collectionState']").val(),
|
|
|
830
|
+ pageName:'resmanage'
|
830
|
}
|
831
|
}
|
831
|
, height: 'full-200'
|
832
|
, height: 'full-200'
|
832
|
, cellMinWidth: 80
|
833
|
, cellMinWidth: 80
|
|
@@ -1698,7 +1699,9 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form', |
|
@@ -1698,7 +1699,9 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'upload', 'admin', 'form', |
1698
|
state: $("#resManageIndexForm").find("select[name='state']").val(),
|
1699
|
state: $("#resManageIndexForm").find("select[name='state']").val(),
|
1699
|
parentId: $("#resManageIndexForm").find("select[name='parentId']").val(),
|
1700
|
parentId: $("#resManageIndexForm").find("select[name='parentId']").val(),
|
1700
|
collectionState: $("#resManageIndexForm").find("select[name='collectionState']").val(),
|
1701
|
collectionState: $("#resManageIndexForm").find("select[name='collectionState']").val(),
|
1701
|
- sortKey: sortKey
|
1702
|
+ sortKey: sortKey,
|
|
|
1703
|
+ pageName:'resmanage'
|
|
|
1704
|
+
|
1702
|
}
|
1705
|
}
|
1703
|
})
|
1706
|
})
|
1704
|
}
|
1707
|
}
|