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