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;
}