|
@@ -102,7 +102,7 @@ export default {
|
|
|
setStartTimeAndEndTime (date) {
|
|
|
this.startTime = getNowDateAndMonday(setDate(date))
|
|
|
this.tableTime = this.startTime;
|
|
|
- this.active = 0;
|
|
|
+ this.active === -1 ? this.active = 0 : this.active;
|
|
|
this.endTime = getNowDateAndSunday(setDate(date))
|
|
|
},
|
|
|
getCalendatList () {
|