Authored by 张凯

杭州-活动告警业务下拉框去除活动告警表过滤(参数中不传table)

... ... @@ -76,7 +76,7 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common',
});
//绑定业务下拉选择数据
admin.req({
url: domainName + '/api-web/home/business/findUserBusTypeAll?table=b_alarm',
url: domainName + '/api-web/home/business/findUserBusTypeAll?table=',
success: function (response) {
if (response && response.success) {
busTypeList = response.data;
... ...