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;