新增tab对象简化页签操作

This commit is contained in:
RuoYi
2021-11-19 17:58:55 +08:00
parent 334f79efe4
commit adcb6194c8
12 changed files with 108 additions and 35 deletions

View File

@@ -153,8 +153,8 @@ export default {
},
// 返回按钮
handleClose() {
this.$store.dispatch("tagsView/delView", this.$route);
this.$router.push({ path: "/system/role" });
const obj = { path: "/system/role" };
this.$tab.closeOpenPage(obj);
},
/** 搜索按钮操作 */
handleQuery() {