From 6b4c1b4c94bf55069b041ee23f98942c1d27850f Mon Sep 17 00:00:00 2001 From: zlyx <1242874891@qq.com> Date: Thu, 9 Feb 2023 19:15:24 +0800 Subject: [PATCH] =?UTF-8?q?delete=20=E5=88=A0=E9=99=A4=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E8=AF=B7=E6=B1=82=20;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/layout/components/Navbar.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ruoyi-ui/src/layout/components/Navbar.vue b/ruoyi-ui/src/layout/components/Navbar.vue index 287ff106b..2d6478b6d 100644 --- a/ruoyi-ui/src/layout/components/Navbar.vue +++ b/ruoyi-ui/src/layout/components/Navbar.vue @@ -74,7 +74,6 @@ import RuoYiGit from '@/components/RuoYi/Git' import RuoYiDoc from '@/components/RuoYi/Doc' import { tenantList } from "@/api/login"; import { dynamicClear, dynamicTenant } from "@/api/system/tenant"; -import { listUser } from "@/api/system/user"; export default { data() { @@ -126,17 +125,11 @@ export default { dynamicTenant(tenantId).then(res => { this.$router.push("/index"); }); - listUser().then(res => { - this.userList = res.rows; - }) } }, dynamicClearEvent() { dynamicClear().then(res => { this.$router.push("/index"); - listUser().then(res => { - this.userList = res.rows; - }) }); }, // 租户列表