|
@@ -883,8 +883,9 @@ export class HushijiandanComponent implements OnInit {
|
883
|
883
|
let postData: any = {
|
884
|
884
|
verification: "true",
|
885
|
885
|
incident: {
|
886
|
|
- contacts: this.loginUser.name,
|
887
|
|
- contactsInformation: this.loginUser.phone,
|
|
886
|
+ deptId:this.loginUser.dept.id,
|
|
887
|
+ // contacts: this.loginUser.name,
|
|
888
|
+ // contactsInformation: this.loginUser.phone,
|
888
|
889
|
description: this.coopBx.content,
|
889
|
890
|
requester: { account: this.loginUser.account },
|
890
|
891
|
sourceType: "wechatUserIncident",
|
|
@@ -2584,8 +2585,9 @@ export class HushijiandanComponent implements OnInit {
|
2584
|
2585
|
let postData = {
|
2585
|
2586
|
verification: "true",
|
2586
|
2587
|
incident: {
|
2587
|
|
- contacts: this.loginUser.name,
|
2588
|
|
- contactsInformation: this.loginUser.phone,
|
|
2588
|
+ // contacts: this.loginUser.name,
|
|
2589
|
+ deptId:this.loginUser.dept.id,
|
|
2590
|
+ // contactsInformation: this.loginUser.phone,
|
2589
|
2591
|
// address: this.bxForm.controls.address.value,
|
2590
|
2592
|
// areaId: this.bxForm.controls.hospital.value,
|
2591
|
2593
|
// contacts: this.bxForm.controls.name.value,
|