...
|
...
|
@@ -201,7 +201,7 @@ export default { |
|
|
theirRoomId:props.machineData.machineRoomId,
|
|
|
theirCabinet:CabinetNum
|
|
|
}
|
|
|
$.get(proxy.domainName+'/api-web/v32/res/cabinet?access_token='+proxy.accessToken,parmas,function (res){
|
|
|
$.get(proxy.domainName+'/api-web/bigScreen/cabinet',parmas,function (res){
|
|
|
if(res){
|
|
|
let resData=res.data;
|
|
|
let deviceDatas=[];
|
...
|
...
|
@@ -217,7 +217,7 @@ export default { |
|
|
proxy.getDeviceInfo()
|
|
|
|
|
|
}
|
|
|
})
|
|
|
},undefined,true,false)
|
|
|
}
|
|
|
let UpositionBottom=Vue.ref(-1);
|
|
|
if(props.machineData.Uposition){
|
...
|
...
|
@@ -303,7 +303,7 @@ export default { |
|
|
limit:pageSize.value,
|
|
|
resId:proxy.deviceDataInfo.resId
|
|
|
}
|
|
|
proxy.$http.get(`/api-web/home/alarm/alarmListPage`, params, function (res) {
|
|
|
proxy.$http.get(`/api-web/bigScreen/alarm/alarmListPage`, params, function (res) {
|
|
|
if (res && res.success == true && res.data) {
|
|
|
tableDataList.value = res.data;
|
|
|
count.value=res.count;
|
...
|
...
|
@@ -312,7 +312,7 @@ export default { |
|
|
count.value=0;
|
|
|
|
|
|
}
|
|
|
})
|
|
|
},undefined,true,false)
|
|
|
}
|
|
|
}
|
|
|
//告警列表弹框操作
|
...
|
...
|
|