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