综合查询-导出接口更换
This commit is contained in:
parent
f28f3b6c86
commit
3fad8444eb
|
|
@ -320,11 +320,11 @@ export default {
|
|||
/** 导出按钮操作 */
|
||||
handleExport() {
|
||||
this.download(
|
||||
'material/backRecord/export',
|
||||
'material/storageStatus/export',
|
||||
{
|
||||
...this.queryParams,
|
||||
},
|
||||
`综合查询_退料记录_${new Date().getTime()}.xlsx`,
|
||||
`综合查询_机具仓储状态_${new Date().getTime()}.xlsx`,
|
||||
)
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -320,11 +320,11 @@ export default {
|
|||
/** 导出按钮操作 */
|
||||
handleExport() {
|
||||
this.download(
|
||||
'material/backRecord/export',
|
||||
'material/storageStatus/export',
|
||||
{
|
||||
...this.queryParams,
|
||||
},
|
||||
`综合查询_退料记录_${new Date().getTime()}.xlsx`,
|
||||
`综合查询_调试仓储状态_${new Date().getTime()}.xlsx`,
|
||||
)
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue