|
@@ -873,7 +873,7 @@ const initSearch = {
|
|
|
organIdList: null,
|
|
|
courseStatus: null,
|
|
|
courseType: null,
|
|
|
- timer: [nowTime, nowTime], // 时间
|
|
|
+ timer: [], // 时间
|
|
|
class: null,
|
|
|
teachType: null,
|
|
|
mergeCourseType: null,
|
|
@@ -933,7 +933,7 @@ export default {
|
|
|
SchoolLocation,
|
|
|
},
|
|
|
created() {
|
|
|
- this.searchForm.timer = [nowTime, nowTime];
|
|
|
+ // this.searchForm.timer = [nowTime, nowTime];
|
|
|
},
|
|
|
computed: {
|
|
|
workTypeOptions() {
|
|
@@ -975,7 +975,8 @@ export default {
|
|
|
}
|
|
|
} else {
|
|
|
if (this.searchForm[item]) {
|
|
|
- this.searchForm.timer = [];
|
|
|
+ // console.log(this.searchForm[item])
|
|
|
+ // this.searchForm.timer = [];
|
|
|
flag = true;
|
|
|
}
|
|
|
}
|