Commit e391393f authored by 李驰骋's avatar 李驰骋

排班计划默认班次调整

parent 878199c1
...@@ -366,7 +366,7 @@ export default { ...@@ -366,7 +366,7 @@ export default {
/** 新增按钮操作 */ /** 新增按钮操作 */
handleAdd() { handleAdd() {
this.reset(); this.reset();
this.form.shiftType = 'SHIFT_TWO' this.form.shiftType = 'SINGLE'
this.form.status = "PREPARE" this.form.status = "PREPARE"
this.form.saturday = 2 this.form.saturday = 2
this.form.sunday = 2 this.form.sunday = 2
......
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