Merge branch 'joke' into 'master'
杭州-活动告警业务下拉框去除活动告警表过滤(参数中不传table) 杭州-活动告警业务下拉框去除活动告警表过滤(参数中不传table),解决从一体化视图中告警更多调整过来可能因为告警表没有改业务告警而无法回填问题 See merge request !233
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -76,7 +76,7 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common', | @@ -76,7 +76,7 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common', | ||
76 | }); | 76 | }); |
77 | //绑定业务下拉选择数据 | 77 | //绑定业务下拉选择数据 |
78 | admin.req({ | 78 | admin.req({ |
79 | - url: domainName + '/api-web/home/business/findUserBusTypeAll?table=b_alarm', | 79 | + url: domainName + '/api-web/home/business/findUserBusTypeAll?table=', |
80 | success: function (response) { | 80 | success: function (response) { |
81 | if (response && response.success) { | 81 | if (response && response.success) { |
82 | busTypeList = response.data; | 82 | busTypeList = response.data; |
-
Please register or login to post a comment