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