Browse Source

Merge branch 'develop' into lmm

seimin 7 months ago
parent
commit
0f6c2dff0c

+ 1 - 1
src/app/components/incidentManagement/incident-substitution/incident-substitution.component.ts

@@ -139,7 +139,7 @@ export class IncidentSubstitutionComponent implements OnInit {
139
         delete postData.incident.assignee;
139
         delete postData.incident.assignee;
140
       }
140
       }
141
 
141
 
142
-      postData.incident.candidateGroupId = this.assign.validateForm.value.groupId;
142
+      postData.incident.candidateGroupId = this.redeploy.validateForm.value.groupId;
143
 
143
 
144
       this.mainService
144
       this.mainService
145
       .flowPost("incident/task/redeploy", postData)
145
       .flowPost("incident/task/redeploy", postData)