历史图片修改

master
13703816893 2 years ago
parent bba079f92d
commit 8b227e9ac5

@ -224,7 +224,7 @@ export default {
}, },
// //
getSearchzz() { getSearchzz() {
getSearchInfo({ type: 5, id: this.formdata.towerid }) getSearchInfo({ type: 4, id: this.formdata.towerid })
.then((res) => { .then((res) => {
this.zzOptions = this.zzOptions.concat(res.data.list); this.zzOptions = this.zzOptions.concat(res.data.list);
this.formdata.deviceid = this.zzOptions[0].id; this.formdata.deviceid = this.zzOptions[0].id;
@ -234,7 +234,7 @@ export default {
}, },
// //
getSearchtd() { getSearchtd() {
getSearchInfo({ type: 4, id: this.formdata.deviceid }) getSearchInfo({ type: 5, id: this.formdata.deviceid })
.then((res) => { .then((res) => {
this.tdOptions = this.tdOptions.concat(res.data.list); this.tdOptions = this.tdOptions.concat(res.data.list);
this.formdata.channelid = this.tdOptions[0].id; this.formdata.channelid = this.tdOptions[0].id;

Loading…
Cancel
Save