Merge branch 'master' of http://192.168.1.136:82/monitor_v3/hg-monitor-web into …
…master-v32-lushangqing
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -926,7 +926,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common','sessions'], function | @@ -926,7 +926,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common','sessions'], function | ||
926 | //回填数据 | 926 | //回填数据 |
927 | common.openWin("baseconfig/resourcetype/index", "选择资源类型", | 927 | common.openWin("baseconfig/resourcetype/index", "选择资源类型", |
928 | { | 928 | { |
929 | - //"resTypes": list,"showType":0 | 929 | + "resTypes": list,"showType":0 |
930 | }, ["选择"], function () { | 930 | }, ["选择"], function () { |
931 | //找到选择的资源类型 并且订阅 | 931 | //找到选择的资源类型 并且订阅 |
932 | var resourcetype = layui.resourcetype({"resTypes": list}); | 932 | var resourcetype = layui.resourcetype({"resTypes": list}); |
@@ -942,7 +942,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common','sessions'], function | @@ -942,7 +942,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common','sessions'], function | ||
942 | //回填数据 | 942 | //回填数据 |
943 | common.openWin("baseconfig/bustype/index", "选择业务类型", | 943 | common.openWin("baseconfig/bustype/index", "选择业务类型", |
944 | { | 944 | { |
945 | - //busIds: list | 945 | + busIds: list |
946 | }, ["选择"], function () { | 946 | }, ["选择"], function () { |
947 | //找到选择的所有业务 并且订阅 | 947 | //找到选择的所有业务 并且订阅 |
948 | var bustype = layui.bustype({"busIds": list}); | 948 | var bustype = layui.bustype({"busIds": list}); |
-
Please register or login to post a comment