This commit is contained in:
hayu 2025-02-20 23:39:18 +08:00
parent 3446482c49
commit 46b3b986ee
1 changed files with 20 additions and 20 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`,
) )