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.endDate = "";
this.$refs.resets.reset(); this.$refs.resets.reset();
this.$refs.classe.reset(); this.$refs.classe.reset();
this.newtime();
this.getlist(); this.getlist();
}, },
// //

View File

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

View File

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

View File

@ -341,7 +341,6 @@ export default {
); );
festAndTerm.push(lunarDay.Term == null ? "" : "" + lunarDay.Term); festAndTerm.push(lunarDay.Term == null ? "" : "" + lunarDay.Term);
festAndTerm = festAndTerm.join(""); festAndTerm = festAndTerm.join("");
return festAndTerm == "" ? lunarMD : festAndTerm; return festAndTerm == "" ? lunarMD : festAndTerm;
}, },
//list //list
@ -429,6 +428,7 @@ export default {
this.query.endDate = ""; this.query.endDate = "";
this.$refs.resets.reset(); this.$refs.resets.reset();
this.$refs.classe.reset(); this.$refs.classe.reset();
this.newtime();
this.getlist(); this.getlist();
}, },
// //

View File

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