seimin 1 년 전
부모
커밋
d1beb51ade
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/app/views/form-management-detail/form-management-detail.component.ts

+ 1 - 1
src/app/views/form-management-detail/form-management-detail.component.ts

@@ -94,7 +94,7 @@ export class FormManagementDetailComponent implements OnInit {
94 94
       stateIds.push(item[10]);
95 95
     });
96 96
     this.router.navigateByUrl(
97
-      `/main/formManagementDetail/${this.route.snapshot.paramMap.get('id')}/allotWorker/${ids_types.join("-")}/${stateIds.join("-")}/2/${this.hosId}`
97
+      `/main/formManagementDetail/${this.route.snapshot.paramMap.get('id')}/${this.route.snapshot.paramMap.get('taskType')}/allotWorker/${ids_types.join("-")}/${stateIds.join("-")}/2/${this.hosId}`
98 98
     );
99 99
   }
100 100