fix代码生成导入表问题

This commit is contained in:
不做码农
2022-04-10 11:13:29 +08:00
parent 75bcc57608
commit 6b5ceafcdf
2 changed files with 6 additions and 8 deletions

View File

@@ -215,8 +215,8 @@ export default {
},
/** 关闭按钮 */
close() {
this.$store.dispatch("tagsView/delView", this.$route);
this.$router.push({ path: "/tool/gen", query: { t: Date.now() } });
const obj = { path: "/tool/gen", query: { t: Date.now(), pageNum: this.$route.query.pageNum } };
this.$tab.closeOpenPage(obj);
},
/**
* 排序保存