...
|
...
|
@@ -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;
|
...
|
...
|
|