实时查询bug

master
liuyi 2 years ago
parent 3720047ab4
commit 6c369268b2

@ -94,12 +94,12 @@ export default {
pageSize: 10, //
total: 0, //
loading: false,
signtype:0,//0
};
},
mounted(){
this.$set(this.formdata, "timeVal", [new Date(new Date().toLocaleDateString()).getTime(), new Date().getTime()]);
this.getSearchdy()
this.getPicData()
},
methods: {
//
@ -131,6 +131,10 @@ export default {
getSearchInfo({ type: 4, id: this.formdata.towerid }).then((res) => {
this.tdOptions = res.data.list;
this.formdata.channelid = res.data.list==[] ? '' : res.data.list[0].id
if (this.signtype==0) {
this.getPicData()
}
this.signtype = 1
}).catch((err) => {});
},
//

Loading…
Cancel
Save