From 8fba7ff03e1731cfbd91c3346f4ba87f5b317f4c Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 12 十一月 2025 18:13:09 +0800
Subject: [PATCH] fix: bug
---
src/views/Permission/components/dialogAuthorizeV2.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/Permission/components/dialogAuthorizeV2.vue b/src/views/Permission/components/dialogAuthorizeV2.vue
index 9a272f7..b753227 100644
--- a/src/views/Permission/components/dialogAuthorizeV2.vue
+++ b/src/views/Permission/components/dialogAuthorizeV2.vue
@@ -21,6 +21,7 @@
node-key="id"
:expand-on-click-node="false"
:highlight-current="true"
+ check-strictly
default-expand-all
show-checkbox
ref="moduleTree"
@@ -241,6 +242,7 @@
params: computed(() => ({
userType: form.value.detail?.userType,
clientType: form.value.detail?.clientType,
+ enterpriseType: form.value.detail?.enterpriseType,
roleId: form.value.detail?.id,
})),
enabled: computed(() => !!form.value.detail?.id),
--
Gitblit v1.9.1