|
|
|
@ -64,7 +64,7 @@ export default {
|
|
|
|
|
isShow: false,
|
|
|
|
|
infornr: {}, //装置信息内容
|
|
|
|
|
timer: null,
|
|
|
|
|
requestId:'',//查询ID
|
|
|
|
|
queryTime:'',//查询ID
|
|
|
|
|
cmdid:''
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
@ -77,7 +77,7 @@ export default {
|
|
|
|
|
termId: val,
|
|
|
|
|
})
|
|
|
|
|
.then((res) => {
|
|
|
|
|
this.requestId = res.data.requestId
|
|
|
|
|
this.queryTime = res.data.queryTime
|
|
|
|
|
this.getNewListData(val);
|
|
|
|
|
this.timer = window.setInterval(() => {
|
|
|
|
|
this.getNewListData(val);
|
|
|
|
@ -88,7 +88,7 @@ export default {
|
|
|
|
|
//最新数据
|
|
|
|
|
getNewListData(val) {
|
|
|
|
|
getNewDeviceList({
|
|
|
|
|
requestId: this.requestId,
|
|
|
|
|
queryTime: this.queryTime,
|
|
|
|
|
termId: val,
|
|
|
|
|
})
|
|
|
|
|
.then((res) => {
|
|
|
|
|