|
|
@ -285,6 +285,7 @@ export default {
|
|
|
|
//console.log(this.termidArr);
|
|
|
|
//console.log(this.termidArr);
|
|
|
|
this.sureSum();
|
|
|
|
this.sureSum();
|
|
|
|
this.showtag = true;
|
|
|
|
this.showtag = true;
|
|
|
|
|
|
|
|
this.sureloading = true;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
//时间表
|
|
|
|
//时间表
|
|
|
|
sureSum() {
|
|
|
|
sureSum() {
|
|
|
@ -526,6 +527,10 @@ export default {
|
|
|
|
display() {
|
|
|
|
display() {
|
|
|
|
this.isShow = true;
|
|
|
|
this.isShow = true;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
clearfn() {
|
|
|
|
|
|
|
|
clearTimeout(this.timer);
|
|
|
|
|
|
|
|
this.timer = null;
|
|
|
|
|
|
|
|
},
|
|
|
|
handleclose() {
|
|
|
|
handleclose() {
|
|
|
|
this.isShow = false;
|
|
|
|
this.isShow = false;
|
|
|
|
this.newzzList = [];
|
|
|
|
this.newzzList = [];
|
|
|
|