|
@@ -329,7 +329,7 @@ export default {
|
|
appealVisible: false,
|
|
appealVisible: false,
|
|
handVisible: false,
|
|
handVisible: false,
|
|
jobNature: jobNature, // 工作类型
|
|
jobNature: jobNature, // 工作类型
|
|
-
|
|
|
|
|
|
+
|
|
courseType,
|
|
courseType,
|
|
// teacherList: [],
|
|
// teacherList: [],
|
|
tableList: [],
|
|
tableList: [],
|
|
@@ -381,7 +381,7 @@ export default {
|
|
if (query.start || query.end) {
|
|
if (query.start || query.end) {
|
|
this.searchForm.courseTime = [query.start, query.end]
|
|
this.searchForm.courseTime = [query.start, query.end]
|
|
} else {
|
|
} else {
|
|
-
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
this.init();
|
|
this.init();
|
|
},
|
|
},
|
|
@@ -405,6 +405,10 @@ export default {
|
|
if (this.isEmptyQuery) {
|
|
if (this.isEmptyQuery) {
|
|
this.courseTime = [nowTime, nowTime]
|
|
this.courseTime = [nowTime, nowTime]
|
|
}
|
|
}
|
|
|
|
+ if (!notSetTime) {
|
|
|
|
+ this.searchForm.timer = [nowTime, nowTime];
|
|
|
|
+ }
|
|
|
|
+ this.rules.page = 1;
|
|
this.getList()
|
|
this.getList()
|
|
},
|
|
},
|
|
getList() {
|
|
getList() {
|
|
@@ -426,7 +430,7 @@ export default {
|
|
},
|
|
},
|
|
onReSet() {
|
|
onReSet() {
|
|
|
|
|
|
-
|
|
|
|
|
|
+
|
|
this.$refs["searchForm"].resetFields();
|
|
this.$refs["searchForm"].resetFields();
|
|
this.searchForm.courseTime = [nowTime, nowTime];
|
|
this.searchForm.courseTime = [nowTime, nowTime];
|
|
this.search();
|
|
this.search();
|