Showing
1 changed file
with
1 additions
and
1 deletions
@@ -443,7 +443,7 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols | @@ -443,7 +443,7 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols | ||
443 | }); | 443 | }); |
444 | //start lsq 根据资源类型resType获取动态添加的列表字段 2022-08-05 | 444 | //start lsq 根据资源类型resType获取动态添加的列表字段 2022-08-05 |
445 | admin.req({ | 445 | admin.req({ |
446 | - url: common.domainName + "/api-web/resource/expand/list?resType=" + resType | 446 | + url: common.domainName + "/api-web/resource/expand/list?resType=" + "OperatingSystem" |
447 | , done: function (res) { | 447 | , done: function (res) { |
448 | if (res && res.data ) { | 448 | if (res && res.data ) { |
449 | let arr=res.data; | 449 | let arr=res.data; |
-
Please register or login to post a comment