seimin 2 달 전
부모
커밋
b01c1bed2a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/app/components/edit-work-order-remark/edit-work-order-remark.component.ts

+ 1 - 1
src/app/components/edit-work-order-remark/edit-work-order-remark.component.ts

@@ -56,7 +56,7 @@ export class EditWorkOrderRemarkComponent implements OnInit {
56 56
       this.workOrderRemarkTips = taskType.remarksPrompts || "请填写工单备注,不超过100个字符";
57 57
       let user = JSON.parse(localStorage.getItem("user"));
58 58
       this.mainService.postCustom("nurse", "workOrder/recentRemarks", {
59
-          deptId: user.user.dept.id,
59
+          deptId: this.buildQuickConfirmData.createDept,
60 60
           taskTypeId: taskType.id,
61 61
         })
62 62
         .subscribe((result) => {