mirror of
https://github.com/yangzongzhuan/RuoYi-Vue.git
synced 2025-10-22 02:17:42 +00:00
新增通用方法简化下载使用
This commit is contained in:
@@ -339,7 +339,7 @@ export default {
|
||||
this.exportLoading = true;
|
||||
return exportConfig(queryParams);
|
||||
}).then(response => {
|
||||
this.download(response.msg);
|
||||
this.$download.name(response.msg);
|
||||
this.exportLoading = false;
|
||||
}).catch(() => {});
|
||||
},
|
||||
|
Reference in New Issue
Block a user