站内库存查询

This commit is contained in:
bb_pan 2025-09-23 19:13:28 +08:00
parent a88ff52693
commit be6a1a9775
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'material/material_maMachine/exportRetainedEquipmentList', 'material/material_maMachine/exportStoreNumAndUseList',
{ {
...this.queryParams ...this.queryParams
}, },