seimin 3 月之前
父節點
當前提交
86e461958d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/app/views/fuwutai/fuwutai.component.ts

+ 2 - 2
src/app/views/fuwutai/fuwutai.component.ts

@@ -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,