结算管理导出

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