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