结算管理导出

This commit is contained in:
hongchao 2025-02-20 23:43:04 +08:00
parent 3446482c49
commit b91e4a816e
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ export default {
handleExportAll() { handleExportAll() {
const params = this.rowData const params = this.rowData
this.download( this.download(
'material/slt_agreement_info/exportAll', 'material/slt_agreement_info/exportAlls',
{...params,}, {...params,},
`全部费用明细_${new Date().getTime()}.xlsx`, `全部费用明细_${new Date().getTime()}.xlsx`,
) )