From 65786868115a527f76a7913f39e22d13f0a102a6 Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期二, 22 十月 2024 18:17:53 +0800
Subject: [PATCH] 文件柜管理

---
 Source/plt-web/plt-web-ui/src/views/authority/ui/uiAuthorization/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/views/authority/ui/uiAuthorization/index.vue b/Source/plt-web/plt-web-ui/src/views/authority/ui/uiAuthorization/index.vue
index 9e71cbf..4c265d2 100644
--- a/Source/plt-web/plt-web-ui/src/views/authority/ui/uiAuthorization/index.vue
+++ b/Source/plt-web/plt-web-ui/src/views/authority/ui/uiAuthorization/index.vue
@@ -274,7 +274,7 @@
         roleId: this.nodeRow.oid,
         type: this.type,
         context: this.context,
-        selectTreeList: data
+        selectTreeList: selectTreeList
       }
       authorizedUI(formData).then(res => {
         if (res.data.success) {

--
Gitblit v1.9.3