seimin il y a 5 mois
Parent
commit
b0135529dd

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

@@ -139,7 +139,7 @@ export class IncidentSubstitutionComponent implements OnInit {
139 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 144
       this.mainService
145 145
       .flowPost("incident/task/redeploy", postData)