mirror of
https://gitee.com/y_project/RuoYi-Vue.git
synced 2026-01-04 02:45:29 +08:00
新增通用方法简化下载使用
This commit is contained in:
@ -310,7 +310,7 @@ export default {
|
||||
this.exportLoading = true;
|
||||
return exportPost(queryParams);
|
||||
}).then(response => {
|
||||
this.download(response.msg);
|
||||
this.$download.name(response.msg);
|
||||
this.exportLoading = false;
|
||||
}).catch(() => {});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user