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',
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) {
... ...