|
@@ -101,8 +101,6 @@ export default {
|
|
|
methods: {
|
|
|
setStartTimeAndEndTime (date) {
|
|
|
this.startTime = getNowDateAndMonday(setDate(date))
|
|
|
-
|
|
|
-
|
|
|
if (this.active === -1) {
|
|
|
this.active = 0
|
|
|
this.tableTime = this.startTime;
|
|
@@ -172,6 +170,7 @@ export default {
|
|
|
},
|
|
|
changeWeek (val) {
|
|
|
this.week = val;
|
|
|
+ this.active = -1;
|
|
|
this.getCalendatList()
|
|
|
this.setWeekList()
|
|
|
},
|