|
|
|
@ -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;
|
|
|
|
|