|
@@ -492,8 +492,8 @@ export class FuwutaiComponent implements OnInit {
|
492
|
492
|
yyTime: yyTime1,
|
493
|
493
|
sourceId: SourceId.fuwutai,
|
494
|
494
|
taskType: { id: this.validateFormZy.controls.taskType.value },
|
495
|
|
- startDept: { id: this.deptZyList.data.startDept },
|
496
|
|
- endDepts: [{ id: this.deptZyList.data.endDept }],
|
|
495
|
+ startDept: { id: this.applyDept },
|
|
496
|
+ // endDepts: [{ id: this.deptZyList.data.endDept }],
|
497
|
497
|
createDept: this.applyDept,
|
498
|
498
|
patient: {
|
499
|
499
|
patientCode: this.validateFormZy.controls.patient.value,
|