From a01d637e9ff2bf26aa44c65a239413a38bd8b1fe Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 04 六月 2025 09:39:13 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1

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