综合查询-导出接口更换

This commit is contained in:
binbin_pan 2024-06-28 16:52:28 +08:00
parent f28f3b6c86
commit 3fad8444eb
2 changed files with 4 additions and 4 deletions

View File

@ -320,11 +320,11 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'material/backRecord/export', 'material/storageStatus/export',
{ {
...this.queryParams, ...this.queryParams,
}, },
`综合查询_退料记录_${new Date().getTime()}.xlsx`, `综合查询_机具仓储状态_${new Date().getTime()}.xlsx`,
) )
}, },

View File

@ -320,11 +320,11 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'material/backRecord/export', 'material/storageStatus/export',
{ {
...this.queryParams, ...this.queryParams,
}, },
`综合查询_退料记录_${new Date().getTime()}.xlsx`, `综合查询_调试仓储状态_${new Date().getTime()}.xlsx`,
) )
}, },