From 6f3632af6d38889392fecde50277a2e9a8b6612e Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 29 五月 2025 18:29:02 +0800
Subject: [PATCH] 提交

---
 wx/pages/new_report/new_report.vue |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/wx/pages/new_report/new_report.vue b/wx/pages/new_report/new_report.vue
index 9b97239..643a13f 100644
--- a/wx/pages/new_report/new_report.vue
+++ b/wx/pages/new_report/new_report.vue
@@ -958,19 +958,14 @@
 			},
 			openInfo(type) {
 				if (type === 1) {
-					console.log(this.insurance.lpYggxFileInfo)
 					this.htmlVal = this.insurance.lpYggxFileInfo
 				} else if (type === 2) {
-					console.log(this.insurance.lpMzFileInfo)
 					this.htmlVal = this.insurance.lpMzFileInfo
 				} else if (type === 3) {
-					console.log(this.insurance.lpZyFileInfo)
 					this.htmlVal = this.insurance.lpZyFileInfo
 				} else if (type === 4) {
-					console.log(this.insurance.lpScFileInfo)
 					this.htmlVal = this.insurance.lpScFileInfo
 				} else if (type === 5) {
-					console.log(this.insurance.lpYggxFileInfo)
 					this.htmlVal = this.insurance.lpYggxFileInfo
 				}
 				this.show6 = true

--
Gitblit v1.9.3