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() {
const params = this.rowData
this.download(
'material/slt_agreement_info/exportAll',
'material/slt_agreement_info/exportAlls',
{...params,},
`全部费用明细_${new Date().getTime()}.xlsx`,
)