修改
This commit is contained in:
parent
580ba4e8d5
commit
0635caad30
@ -212,6 +212,7 @@ export default {
|
||||
this.endDate = "";
|
||||
this.$refs.resets.reset();
|
||||
this.$refs.classe.reset();
|
||||
this.newtime();
|
||||
this.getlist();
|
||||
},
|
||||
//选择时期区间
|
||||
|
||||
@ -155,6 +155,7 @@ export default {
|
||||
this.endDate = "";
|
||||
this.$refs.resets.reset();
|
||||
this.$refs.classe.reset();
|
||||
this.newtime();
|
||||
this.getlist();
|
||||
},
|
||||
//选择时期区间
|
||||
|
||||
@ -144,6 +144,7 @@ export default {
|
||||
this.valuetime = "";
|
||||
this.query.startDate = "";
|
||||
this.query.endDate = "";
|
||||
this.newtime();
|
||||
this.getlist();
|
||||
},
|
||||
//选择时期区间
|
||||
|
||||
@ -341,7 +341,6 @@ export default {
|
||||
);
|
||||
festAndTerm.push(lunarDay.Term == null ? "" : "" + lunarDay.Term);
|
||||
festAndTerm = festAndTerm.join("");
|
||||
|
||||
return festAndTerm == "" ? lunarMD : festAndTerm;
|
||||
},
|
||||
//获取list
|
||||
@ -429,6 +428,7 @@ export default {
|
||||
this.query.endDate = "";
|
||||
this.$refs.resets.reset();
|
||||
this.$refs.classe.reset();
|
||||
this.newtime();
|
||||
this.getlist();
|
||||
},
|
||||
//选择时期区间
|
||||
|
||||
@ -171,6 +171,7 @@ export default {
|
||||
this.endDate = "";
|
||||
this.kindergartenId = "";
|
||||
this.$refs.kinresets.reset();
|
||||
this.newtime();
|
||||
this.getlist();
|
||||
},
|
||||
//选择时期区间
|
||||
|
||||
Loading…
Reference in New Issue
Block a user