|
|
@ -98,11 +98,10 @@ export default {
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.then((res) => {
|
|
|
|
.then((res) => {
|
|
|
|
this.queryTime = res.data.queryTime;
|
|
|
|
this.queryTime = res.data.queryTime;
|
|
|
|
this.getNewListData(this.zztermid);
|
|
|
|
|
|
|
|
this.timer = window.setInterval(() => {
|
|
|
|
this.timer = window.setInterval(() => {
|
|
|
|
this.getNewListData(this.zztermid);
|
|
|
|
this.getNewListData(this.zztermid);
|
|
|
|
this.i++;
|
|
|
|
this.i++;
|
|
|
|
}, 5000);
|
|
|
|
}, 3000);
|
|
|
|
})
|
|
|
|
})
|
|
|
|
.catch((err) => {});
|
|
|
|
.catch((err) => {});
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -145,6 +144,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
hide() {
|
|
|
|
hide() {
|
|
|
|
this.isShow = false;
|
|
|
|
this.isShow = false;
|
|
|
|
|
|
|
|
this.loading = false;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleclose() {
|
|
|
|
handleclose() {
|
|
|
|
this.isShow = false;
|
|
|
|
this.isShow = false;
|
|
|
|