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