疯狂的狮子Li
2021-12-09 e442bce6079403323e2ba53c87d3a49325e346f8
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() {