From b4f2a4f7dd8dc5b22d9b757c81b631aa4f988a52 Mon Sep 17 00:00:00 2001
From: 刘元博 <1553592282@qq.com>
Date: Sat, 15 Apr 2023 17:01:18 +0800
Subject: [PATCH] 恢复翻页/切换路由滚动功能
---
ruoyi-ui/src/views/system/dict/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ruoyi-ui/src/views/system/dict/index.vue b/ruoyi-ui/src/views/system/dict/index.vue
index d26d140..13a5f3d 100644
--- a/ruoyi-ui/src/views/system/dict/index.vue
+++ b/ruoyi-ui/src/views/system/dict/index.vue
@@ -339,6 +339,7 @@
handleRefreshCache() {
refreshCache().then(() => {
this.$modal.msgSuccess("刷新成功");
+ this.$store.dispatch('dict/cleanDict');
});
}
}
--
Gitblit v1.9.2