ruoyi-ui/src/views/system/user/authRole.vue
@@ -33,7 +33,7 @@ </template> </el-table-column> </el-table> <pagination v-show="total>0" :total="total" :page.sync="pageNum" :limit.sync="pageSize" /> <el-form label-width="100px"> @@ -109,9 +109,9 @@ }, /** 关闭按钮 */ close() { this.$store.dispatch("tagsView/delView", this.$route); this.$router.push({ path: "/system/user" }); const obj = { path: "/system/user" }; this.$tab.closeOpenPage(obj); }, }, }; </script> </script>