From 8c63edabdcf200b8617ca076ad7c4db0dcd2f938 Mon Sep 17 00:00:00 2001
From: sjl <1716605279@qq.com>
Date: Tue, 24 Jun 2025 11:03:55 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A5=BC=E4=B8=8B=E5=9C=BA=E6=99=AF=E4=B8=8D?=
=?UTF-8?q?=E7=94=A8=E6=8A=A5=E5=91=8A=E6=A8=A1=E7=89=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../plan/planList/components/planPopup.vue | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/frontend/src/views/plan/planList/components/planPopup.vue b/frontend/src/views/plan/planList/components/planPopup.vue
index eb0941e..f42376b 100644
--- a/frontend/src/views/plan/planList/components/planPopup.vue
+++ b/frontend/src/views/plan/planList/components/planPopup.vue
@@ -64,12 +64,12 @@
否
-
+
any } }) => i.id.toString());
+
+ if(AppSceneStore.currentScene == "1"){//楼下场景不用报告模版
+ formContent.associateReport = 0
+ }else{
+ formContent.associateReport = 1
+ }
+
// 所有数据加载完成后显示对话框
dialogVisible.value = true;
}