|
|
@ -1046,8 +1046,8 @@ export default { |
|
|
|
})); |
|
|
|
|
|
|
|
props={ |
|
|
|
morning_worktime:this.form.morning_worktime.join('-'), |
|
|
|
afternoon_worktime:this.form.afternoon_worktime.join('-'), |
|
|
|
morning_worktime:this.form.morning_worktime?this.form.morning_worktime.join('-'):'', |
|
|
|
afternoon_worktime:this.form.afternoon_worktime? this.form.afternoon_worktime.join('-') : '', |
|
|
|
week_visit_plan:JSON.stringify(worktimesArray), |
|
|
|
} |
|
|
|
|
|
|
|