领料出库修改3

This commit is contained in:
zhouzy062 2024-04-01 10:10:57 +08:00 committed by liang.chao
parent efe50ba2b1
commit 1e633456e2
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
// this.downloadJson('material/secondaryWarehouse/exportList',JSON.stringify(this.queryParams), `_${new Date().getTime()}.xlsx`) this.downloadJson('base/tm_task/export',JSON.stringify(this.queryParams), `领料出库_${new Date().getTime()}.xlsx`)
}, },
} }
}; };