This commit is contained in:
mashuai 2025-11-03 14:17:10 +08:00
parent 626ddc27a5
commit 49f439351f
2 changed files with 2 additions and 2 deletions

View File

@ -543,7 +543,7 @@ export default {
{ {
...this.queryParams ...this.queryParams
}, },
`综合查询_保有设备总量_${new Date().getTime()}.xlsx` `班组退料_退料记录汇总_${new Date().getTime()}.xlsx`
) )
}, },
// //

View File

@ -193,7 +193,7 @@ export default {
this.download( this.download(
'/material/material_lease_apply_info/exportOutDetails', '/material/material_lease_apply_info/exportOutDetails',
{ id: this.id }, { id: this.id },
`领料详情_${new Date().getTime()}.xlsx` `领料出库详情_${new Date().getTime()}.xlsx`
) )
} }
} }