fix bug
This commit is contained in:
		| @ -329,7 +329,7 @@ export class TaxManagementOrderReportingComponent implements OnInit { | ||||
|     } | ||||
|     let params: any[] = []; | ||||
|     this.selectedRows.forEach(item => { | ||||
|       params.push(item.id); | ||||
|       params.push(item.billId); | ||||
|     }); | ||||
|     this.service.request(this.service.$api_get_renewalOrderById, params).subscribe((res: any) => { | ||||
|       if (res) { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user