Authored by 王涛

Merge branch 'master-v32-xwx' into 'master'

资源管理上级下拉框优化



See merge request !860
@@ -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 + "?parentId=null";
727 admin.req({ 727 admin.req({
728 url: common.domainName + url 728 url: common.domainName + url
729 }).done(function (res) { 729 }).done(function (res) {