|
@@ -94,7 +94,7 @@ export class FormManagementDetailComponent implements OnInit {
|
94
|
stateIds.push(item[10]);
|
94
|
stateIds.push(item[10]);
|
95
|
});
|
95
|
});
|
96
|
this.router.navigateByUrl(
|
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
|
|