|
@@ -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) => {
|