From 05ce7d92a921c38b88100e48070e38582f52df36 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Thu, 02 Dec 2021 10:47:30 +0800
Subject: [PATCH] ๐ŸŽ‰ RuoYi-Cloud-Vue3๏ผˆVue3 Element Plus Vite๏ผ‰็‰ˆๆœฌ

---
 ruoyi-ui/src/views/system/user/authRole.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ruoyi-ui/src/views/system/user/authRole.vue b/ruoyi-ui/src/views/system/user/authRole.vue
index e0cd7bc..b184de2 100644
--- a/ruoyi-ui/src/views/system/user/authRole.vue
+++ b/ruoyi-ui/src/views/system/user/authRole.vue
@@ -103,14 +103,14 @@
       const userId = this.form.userId;
       const roleIds = this.roleIds.join(",");
       updateAuthRole({ userId: userId, roleIds: roleIds }).then((response) => {
-        this.msgSuccess("ๆŽˆๆƒๆˆๅŠŸ");
+        this.$modal.msgSuccess("ๆŽˆๆƒๆˆๅŠŸ");
         this.close();
       });
     },
     /** ๅ…ณ้—ญๆŒ‰้’ฎ */
     close() {
-      this.$store.dispatch("tagsView/delView", this.$route);
-      this.$router.push({ path: "/system/user" });
+      const obj = { path: "/system/user" };
+      this.$tab.closeOpenPage(obj);
     },
   },
 };

--
Gitblit v1.9.3