소스 검색

Merge branch 'develop' into lmm

seimin 5 달 전
부모
커밋
0f6c2dff0c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/app/components/incidentManagement/incident-substitution/incident-substitution.component.ts

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