From 921a9052a8173fa90322418f92de1968ca8b2e0a Mon Sep 17 00:00:00 2001 From: liangbin <15536829364@163.com> Date: Fri, 6 Feb 2026 11:23:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=A1=B9=E7=9B=AEID?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E9=80=BB=E8=BE=91=EF=BC=8C=E4=BD=BF=E7=94=A8?= =?UTF-8?q?applicationId=E4=BD=9C=E4=B8=BA=E5=A4=87=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Tenement/BallheadCamera/components/DialogA.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Tenement/BallheadCamera/components/DialogA.vue b/src/views/Tenement/BallheadCamera/components/DialogA.vue index c25c9be..3896a96 100644 --- a/src/views/Tenement/BallheadCamera/components/DialogA.vue +++ b/src/views/Tenement/BallheadCamera/components/DialogA.vue @@ -205,7 +205,7 @@ const getDetail = async () => { if (!props.projectInfo) { return } - const projectId = props.projectInfo.id || props.projectInfo.projectId + const projectId = props.projectInfo.id || props.projectInfo.applicationId if (!projectId) { ElMessage.error('项目ID不存在') return