mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-04-12 13:33:16 +08:00
update 封装通用下载方法简化下载使用
This commit is contained in:
@@ -338,7 +338,7 @@ export default {
|
||||
},
|
||||
/** 导出按钮操作 */
|
||||
handleExport() {
|
||||
this.downLoadExcel('/system/dict/type/export', this.queryParams);
|
||||
this.$download.excel('/system/dict/type/export', this.queryParams);
|
||||
},
|
||||
/** 刷新缓存按钮操作 */
|
||||
handleRefreshCache() {
|
||||
|
||||
Reference in New Issue
Block a user