From 8b227e9ac5201430a04a826bd007648528fa0a32 Mon Sep 17 00:00:00 2001 From: 13703816893 Date: Wed, 31 May 2023 17:21:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E5=9B=BE=E7=89=87=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/realTimeSearch/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/realTimeSearch/index.vue b/src/views/realTimeSearch/index.vue index ec3f1e0..f0016f5 100644 --- a/src/views/realTimeSearch/index.vue +++ b/src/views/realTimeSearch/index.vue @@ -224,7 +224,7 @@ export default { }, //获取装置数据 getSearchzz() { - getSearchInfo({ type: 5, id: this.formdata.towerid }) + getSearchInfo({ type: 4, id: this.formdata.towerid }) .then((res) => { this.zzOptions = this.zzOptions.concat(res.data.list); this.formdata.deviceid = this.zzOptions[0].id; @@ -234,7 +234,7 @@ export default { }, //获取通道数据 getSearchtd() { - getSearchInfo({ type: 4, id: this.formdata.deviceid }) + getSearchInfo({ type: 5, id: this.formdata.deviceid }) .then((res) => { this.tdOptions = this.tdOptions.concat(res.data.list); this.formdata.channelid = this.tdOptions[0].id;