diff --git a/src/views/system/Menu/Detail/BasicInfo.vue b/src/views/system/Menu/Detail/BasicInfo.vue
index ea01abbc..2a52fd3c 100644
--- a/src/views/system/Menu/Detail/BasicInfo.vue
+++ b/src/views/system/Menu/Detail/BasicInfo.vue
@@ -185,16 +185,18 @@
:first-width="3"
max-height="350px"
v-model:value="form.data.permissions"
+ :key="form.data.id || ''"
/>
- 保存
+ 保存
+
@@ -205,6 +207,7 @@
-
+
diff --git a/src/views/system/Relationship/index.vue b/src/views/system/Relationship/index.vue
index e50f04c7..c0e6a011 100644
--- a/src/views/system/Relationship/index.vue
+++ b/src/views/system/Relationship/index.vue
@@ -11,38 +11,39 @@
:defaultParams="{ sorts: [{ name: 'createTime', order: 'desc' }] }"
>
- 新增
+ 新增
+
-
- 编辑
-
-
-
-
-
-
- 删除
-
-
-
-
-
+
+
+
+
+
+
@@ -52,14 +53,16 @@