修改
This commit is contained in:
parent
fbf760f1d6
commit
56f1a4ce3c
@ -208,6 +208,8 @@ export default {
|
||||
this.classId = "";
|
||||
this.loginType = "";
|
||||
this.valuetime = "";
|
||||
this.startDate = "";
|
||||
this.endDate = "";
|
||||
this.$refs.resets.reset();
|
||||
this.$refs.classe.reset();
|
||||
this.getlist();
|
||||
|
||||
@ -151,6 +151,8 @@ export default {
|
||||
this.parentInfoId = "";
|
||||
this.classId = "";
|
||||
this.valuetime = "";
|
||||
this.startDate = "";
|
||||
this.endDate = "";
|
||||
this.$refs.resets.reset();
|
||||
this.$refs.classe.reset();
|
||||
this.getlist();
|
||||
|
||||
@ -142,6 +142,8 @@ export default {
|
||||
resetQuery() {
|
||||
this.newtime();
|
||||
this.valuetime = "";
|
||||
this.query.startDate = "";
|
||||
this.query.endDate = "";
|
||||
this.getlist();
|
||||
},
|
||||
//选择时期区间
|
||||
|
||||
@ -397,6 +397,10 @@ export default {
|
||||
resetQuery() {
|
||||
this.newtime();
|
||||
this.valuetime = "";
|
||||
this.query.startDate = "";
|
||||
this.query.endDate = "";
|
||||
this.$refs.resets.reset();
|
||||
this.$refs.classe.reset();
|
||||
this.getlist();
|
||||
},
|
||||
//选择时期区间
|
||||
|
||||
@ -167,6 +167,8 @@ export default {
|
||||
this.areaCode = "";
|
||||
this.areaCode2 = null;
|
||||
this.valuetime = "";
|
||||
this.startDate = "";
|
||||
this.endDate = "";
|
||||
this.kindergartenId = "";
|
||||
this.$refs.kinresets.reset();
|
||||
this.getlist();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user