fix bug
This commit is contained in:
@ -492,7 +492,7 @@ export class SupplyManagementBulkComponent extends BasicTableComponent implement
|
||||
|
||||
// 再下一单
|
||||
nextOrder(item: any) {
|
||||
this.router.navigate(['/supply-management/bulk-amend', item.id], {
|
||||
this.router.navigate(['/supply-management/bulk-next', item.id], {
|
||||
queryParams: {
|
||||
sta: 4
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user