历史图片修改

master
13703816893 2 years ago
parent bba079f92d
commit 8b227e9ac5

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

Loading…
Cancel
Save