Merge branch 'master-v32-lushangqing' into 'master'
【无】业务视图时点击操作系统报错 See merge request !890
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -405,7 +405,7 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols | @@ -405,7 +405,7 @@ layui.define(['tree', 'laypage', 'laytpl', 'admin', 'form', 'table', 'commonCols | ||
405 | }); | 405 | }); |
406 | //start lsq 根据资源类型resType获取动态添加的列表字段 2022-08-05 | 406 | //start lsq 根据资源类型resType获取动态添加的列表字段 2022-08-05 |
407 | admin.req({ | 407 | admin.req({ |
408 | - url: common.domainName + "/api-web/resource/expand/list?resType=" + resType | 408 | + url: common.domainName + "/api-web/resource/expand/list?resType=" + "OperatingSystem" |
409 | , done: function (res) { | 409 | , done: function (res) { |
410 | if (res && res.data ) { | 410 | if (res && res.data ) { |
411 | let arr=res.data; | 411 | let arr=res.data; |
-
Please register or login to post a comment