|
@@ -717,8 +717,10 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if(flag)return
|
|
|
- this.searchForm.timer = [nowTime, nowTime]
|
|
|
+ if(!flag){
|
|
|
+ this.searchForm.timer = [nowTime, nowTime]
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
if (query.organId) {
|
|
@@ -727,6 +729,7 @@ export default {
|
|
|
this.$store.dispatch("setBranchs");
|
|
|
this.$store.dispatch("setTeachers");
|
|
|
this.$store.dispatch("setSchools");
|
|
|
+
|
|
|
this.init();
|
|
|
},
|
|
|
methods: {
|