From cc4f2097b071ec85dc6b60af299a6473684699e3 Mon Sep 17 00:00:00 2001 From: liuyi Date: Tue, 16 May 2023 18:09:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E7=BD=AE=E7=8A=B6=E6=80=81=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/realTimeMonitor/components/infoDialog.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/realTimeMonitor/components/infoDialog.vue b/src/views/realTimeMonitor/components/infoDialog.vue index 2dff077..c68a9cb 100644 --- a/src/views/realTimeMonitor/components/infoDialog.vue +++ b/src/views/realTimeMonitor/components/infoDialog.vue @@ -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) => {