From c08d7011436f6ae6cfb3977abd9b4f31df49b6d7 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Thu, 23 Jan 2025 14:13:01 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=A4=8D=E6=96=B0=E5=A2=9E=E8=A7=92?=
=?UTF-8?q?=E8=89=B2=E5=BC=B9=E6=A1=86=E6=9C=AA=E6=B8=85=E7=A9=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/user/components/UserInfo.vue | 2 +-
src/views/system/user/components/roleList.vue | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/views/system/user/components/UserInfo.vue b/src/views/system/user/components/UserInfo.vue
index 6e1761c5..64b8dd60 100644
--- a/src/views/system/user/components/UserInfo.vue
+++ b/src/views/system/user/components/UserInfo.vue
@@ -46,7 +46,7 @@
-->
-
+
diff --git a/src/views/system/user/components/roleList.vue b/src/views/system/user/components/roleList.vue
index 94f319a2..fc96ebda 100644
--- a/src/views/system/user/components/roleList.vue
+++ b/src/views/system/user/components/roleList.vue
@@ -165,6 +165,7 @@ export default {
this.$emit('update:visible', false)
},
openAdd() {
+ this.form.roles = []
this.addVisible = true
},
async save() {