|
@@ -610,7 +610,7 @@ export function buildComponent (name, column, preview, vm) {
|
|
|
this.scheduleShift = scheduleShift
|
|
this.scheduleShift = scheduleShift
|
|
|
if (shift) {
|
|
if (shift) {
|
|
|
const shiftList = shift.split(',')
|
|
const shiftList = shift.split(',')
|
|
|
- todaySchedule = shiftList // 返回今日班次
|
|
|
|
|
|
|
+ todaySchedule = todaySchedule.concat(shiftList) // 返回今日班次
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
console.log(todaySchedule)
|
|
console.log(todaySchedule)
|