From 0f0d9178eb886612e2310514383d2b057779042b Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期二, 22 十月 2024 14:42:11 +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