Commit d8d22cf0 authored by 张海景's avatar 张海景

update:修改排班计划 周六日是否上班,给默认值 不上班

parent 806133fc
...@@ -369,7 +369,9 @@ export default { ...@@ -369,7 +369,9 @@ export default {
handleAdd() { handleAdd() {
this.reset(); this.reset();
this.form.shiftType = 'SHIFT_TWO' this.form.shiftType = 'SHIFT_TWO'
this.form.status = "PREPARE", this.form.status = "PREPARE"
this.form.saturday = 2
this.form.sunday = 2
this.open = true; this.open = true;
this.title = "添加排班计划"; this.title = "添加排班计划";
this.handleAutoGenChange() this.handleAutoGenChange()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment