This commit is contained in:
曹辉 2023-04-18 09:08:08 +08:00
parent fbf760f1d6
commit 56f1a4ce3c
5 changed files with 12 additions and 0 deletions

View File

@ -208,6 +208,8 @@ export default {
this.classId = ""; this.classId = "";
this.loginType = ""; this.loginType = "";
this.valuetime = ""; this.valuetime = "";
this.startDate = "";
this.endDate = "";
this.$refs.resets.reset(); this.$refs.resets.reset();
this.$refs.classe.reset(); this.$refs.classe.reset();
this.getlist(); this.getlist();

View File

@ -151,6 +151,8 @@ export default {
this.parentInfoId = ""; this.parentInfoId = "";
this.classId = ""; this.classId = "";
this.valuetime = ""; this.valuetime = "";
this.startDate = "";
this.endDate = "";
this.$refs.resets.reset(); this.$refs.resets.reset();
this.$refs.classe.reset(); this.$refs.classe.reset();
this.getlist(); this.getlist();

View File

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

View File

@ -397,6 +397,10 @@ export default {
resetQuery() { resetQuery() {
this.newtime(); this.newtime();
this.valuetime = ""; this.valuetime = "";
this.query.startDate = "";
this.query.endDate = "";
this.$refs.resets.reset();
this.$refs.classe.reset();
this.getlist(); this.getlist();
}, },
// //

View File

@ -167,6 +167,8 @@ export default {
this.areaCode = ""; this.areaCode = "";
this.areaCode2 = null; this.areaCode2 = null;
this.valuetime = ""; this.valuetime = "";
this.startDate = "";
this.endDate = "";
this.kindergartenId = ""; this.kindergartenId = "";
this.$refs.kinresets.reset(); this.$refs.kinresets.reset();
this.getlist(); this.getlist();