From dbcbde4397e0d0d28cf77a1cfafbe9a801d32182 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期三, 23 十月 2024 17:54:02 +0800 Subject: [PATCH] 日志、类型Action、修改细节 --- 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