Skip to content

Commit

Permalink
迁移旧的排班表
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Oct 7, 2023
1 parent 813b7f4 commit ba14d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/stores/plan.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const usePlanStore = defineStore('plan', () => {
: response.data.conf.resting_priority.split(',')
workaholic.value =
response.data.conf.workaholic == '' ? [] : response.data.conf.workaholic.split(',')
backup_plans.value = response.data.backup_plans
backup_plans.value = response.data.backup_plans ?? []

const full_plan = response.data.plan1
for (const i in facility_operator_limit) {
Expand Down

0 comments on commit ba14d9a

Please sign in to comment.