This commit is contained in:
曹辉 2023-04-19 15:06:17 +08:00
parent 580ba4e8d5
commit 0635caad30
5 changed files with 5 additions and 1 deletions

View File

@ -212,6 +212,7 @@ export default {
this.endDate = "";
this.$refs.resets.reset();
this.$refs.classe.reset();
this.newtime();
this.getlist();
},
//

View File

@ -155,6 +155,7 @@ export default {
this.endDate = "";
this.$refs.resets.reset();
this.$refs.classe.reset();
this.newtime();
this.getlist();
},
//

View File

@ -144,6 +144,7 @@ export default {
this.valuetime = "";
this.query.startDate = "";
this.query.endDate = "";
this.newtime();
this.getlist();
},
//

View File

@ -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();
},
//

View File

@ -171,6 +171,7 @@ export default {
this.endDate = "";
this.kindergartenId = "";
this.$refs.kinresets.reset();
this.newtime();
this.getlist();
},
//