...
|
...
|
@@ -55,7 +55,7 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common', |
|
|
|
|
|
//绑定业务下拉选择数据
|
|
|
admin.req({
|
|
|
url: domainName + '/api-web/home/business/findAllBusType',
|
|
|
url: domainName + '/api-web/home/business/findUserBusTypeAll?table=b_alarm_his',
|
|
|
success: function (response) {
|
|
|
if (response && response.success) {
|
|
|
busTypeList = response.data;
|
...
|
...
|
@@ -80,7 +80,7 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common', |
|
|
show: true,
|
|
|
list: ['ALL', 'REVERSE', 'CLEAR']
|
|
|
},
|
|
|
height: 'auto',
|
|
|
height: '170px',
|
|
|
tree: {
|
|
|
show: true,
|
|
|
showFolderIcon: true,
|
...
|
...
|
|