This commit is contained in:
yinjinlu-pc\尹金路 2023-11-01 22:31:42 +08:00
parent 1f6ca71eb8
commit 0a120dd3bd

View File

@ -284,7 +284,7 @@ export default {
},
/** 导出按钮操作 */
handleExport() {
this.download('wm/sn/export', {
this.download('/mes/wm/sn/export', {
...this.queryParams
}, `sn_${new Date().getTime()}.xlsx`)
},