|
@@ -171,8 +171,8 @@ export default {
|
|
|
this.dateEndSection.showEndDate = this.timeFormat(
|
|
|
this.dateEndSection.currentDate
|
|
|
);
|
|
|
- this.onRefresh();
|
|
|
- this.getList();
|
|
|
+ // this.onRefresh();
|
|
|
+ // this.getList();
|
|
|
// this.getStudent()
|
|
|
},
|
|
|
methods: {
|
|
@@ -231,6 +231,7 @@ export default {
|
|
|
this.$refs.item.toggle();
|
|
|
},
|
|
|
getList() {
|
|
|
+ console.log('调用了')
|
|
|
this.search.startTime =
|
|
|
this.dateSection.showStartDate.replace(/\//g, "-") + " 00:00:00";
|
|
|
(this.search.endTime =
|