|
@@ -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)
|