...
|
...
|
@@ -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 + "?parentId=null";
|
|
|
admin.req({
|
|
|
url: common.domainName + url
|
|
|
}).done(function (res) {
|
...
|
...
|
|