优化导出数据操作

This commit is contained in:
RuoYi
2021-11-17 12:12:58 +08:00
parent 360ccc7adc
commit 173c0e384f
16 changed files with 31 additions and 46 deletions

View File

@@ -653,7 +653,7 @@ export default {
importTemplate() {
this.download('system/user/importTemplate', {
...this.queryParams
}, `user_${new Date().getTime()}.xlsx`)
}, `user_template_${new Date().getTime()}.xlsx`)
},
// 文件上传中处理
handleFileUploadProgress(event, file, fileList) {