seimin 1 ano atrás
pai
commit
d1beb51ade

+ 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