fix bug
This commit is contained in:
@ -294,7 +294,7 @@ export class TaxManagementOrderReportingComponent extends BasicTableComponent im
|
||||
} else{
|
||||
params =[]
|
||||
this.selectedRows.forEach(item => {
|
||||
params.push(+item.id);
|
||||
params.push(item.billId);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user