From 0c9e04ef8b3761f9e5b95ab1868ad05fe6defb41 Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Tue, 7 Apr 2026 15:33:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E6=9E=90=E8=AE=BE=E8=AE=A1bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business-css/frontend/src/views/business/project/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/business-css/frontend/src/views/business/project/index.vue b/business-css/frontend/src/views/business/project/index.vue index f2419d9..4ad0bd5 100644 --- a/business-css/frontend/src/views/business/project/index.vue +++ b/business-css/frontend/src/views/business/project/index.vue @@ -150,6 +150,7 @@ function permissionClick(row: any) { // 打开权限设置 dialogPermissionVisible.value = true; } function designClick(row: any) { // 打开分析设计 + info.value = JSON.parse(JSON.stringify(row)); projectsById({projectId:row.projectId}).then((res:any) => { info.value = JSON.parse(JSON.stringify(res)); isShowAntvx6.value = true; @@ -462,8 +463,8 @@ function handleError(file: any){