RuoYi
2023-11-10 c3ab80967c2ca09608e5fccfceba7e0edd930eaa
ruoyi-ui/src/views/system/dict/index.vue
@@ -339,6 +339,7 @@
    handleRefreshCache() {
      refreshCache().then(() => {
        this.$modal.msgSuccess("刷新成功");
        this.$store.dispatch('dict/cleanDict');
      });
    }
  }