代码提交

This commit is contained in:
jiang 2025-12-04 16:54:25 +08:00
parent 2e45ea90b8
commit b02e96b49b
1 changed files with 2 additions and 2 deletions

View File

@ -734,8 +734,8 @@ export default {
this.dialogVisible = true
},
importTemplate() {
// this.download('system/user/importTemplate', {
// }, `user_template_${new Date().getTime()}.xlsx`)
this.download('/material-mall/order/template', {
}, `装备信息导入模板_${new Date().getTime()}.xlsx`)
},
}
}