Browse Source

报修添加院区id

seimin 2 years ago
parent
commit
65df03128d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/app/views/hushijiandan/hushijiandan.component.ts

+ 2 - 0
src/app/views/hushijiandan/hushijiandan.component.ts

@@ -883,6 +883,7 @@ export class HushijiandanComponent implements OnInit {
883 883
         let postData: any = {
884 884
           verification: "true",
885 885
           incident: {
886
+            branch:this.loginUser.currentHospital.id,
886 887
             deptId:this.loginUser.dept.id,
887 888
             // contacts: this.loginUser.name,
888 889
             // contactsInformation: this.loginUser.phone,
@@ -2585,6 +2586,7 @@ export class HushijiandanComponent implements OnInit {
2585 2586
         let postData = {
2586 2587
           verification: "true",
2587 2588
           incident: {
2589
+            branch:this.loginUser.currentHospital.id,
2588 2590
             // contacts: this.loginUser.name,
2589 2591
             deptId:this.loginUser.dept.id,
2590 2592
             // contactsInformation: this.loginUser.phone,