...
|
...
|
@@ -2151,7 +2151,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele |
|
|
renderStoreAlarms:function (tableId,resId){
|
|
|
var alarmlist = table.render({
|
|
|
elem: '#' + tableId
|
|
|
, url: common.domainName + '/api-web/bResultRealtimeCollector/getStore'
|
|
|
, url: common.domainName + '/api-web/busType/getStore'
|
|
|
, where: {
|
|
|
access_token: obj.sessions.getToken().access_token,
|
|
|
ResId: resId
|
...
|
...
|
|