mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-28 04:31:57 +08:00
字典管理添加缓存读取
This commit is contained in:
@@ -341,7 +341,6 @@ export default {
|
||||
},
|
||||
/** 清理缓存按钮操作 */
|
||||
handleClearCache() {
|
||||
const queryParams = this.queryParams;
|
||||
clearCache().then(response => {
|
||||
if (response.code === 200) {
|
||||
this.msgSuccess("清理成功");
|
||||
|
||||
Reference in New Issue
Block a user