fix bug
This commit is contained in:
@ -299,4 +299,8 @@ export class PaymentRecordComponent implements OnInit {
|
||||
}
|
||||
];
|
||||
}
|
||||
// 导出
|
||||
exprot() {
|
||||
this.service.exportStart({ ...this.sf.value, pageSize: -1 }, this.service.$api_get_asyncExportBillPaymentApplicationList);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user