RuoYi
2021-11-24 31106c91fbf8a3b8ad5ab97e5bfd9263fa24c898
ruoyi-ui/src/views/tool/gen/editTable.vue
@@ -211,8 +211,8 @@
    },
    /** 关闭按钮 */
    close() {
      this.$store.dispatch("tagsView/delView", this.$route);
      this.$router.push({ path: "/tool/gen", query: { t: Date.now(), pageNum: this.$route.query.pageNum } })
      const obj = { path: "/tool/gen", query: { t: Date.now(), pageNum: this.$route.query.pageNum } };
      this.$tab.closeOpenPage(obj);
    }
  },
  mounted() {