|
@@ -407,7 +407,7 @@
|
|
if(this.user.companyId == 817){
|
|
if(this.user.companyId == 817){
|
|
this.weekIndex = 6
|
|
this.weekIndex = 6
|
|
}
|
|
}
|
|
- let nowDate = new Date(2022,4,25)
|
|
|
|
|
|
+ let nowDate = new Date()
|
|
let nowWeekday = nowDate.getDay()
|
|
let nowWeekday = nowDate.getDay()
|
|
let shuldDate
|
|
let shuldDate
|
|
if(nowWeekday == 0){
|
|
if(nowWeekday == 0){
|