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