修改
This commit is contained in:
parent
fbf760f1d6
commit
56f1a4ce3c
@ -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();
|
||||||
|
|||||||
@ -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();
|
||||||
|
|||||||
@ -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();
|
||||||
},
|
},
|
||||||
//选择时期区间
|
//选择时期区间
|
||||||
|
|||||||
@ -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();
|
||||||
},
|
},
|
||||||
//选择时期区间
|
//选择时期区间
|
||||||
|
|||||||
@ -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();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user