From cc01607ad15fa69ad52bc0c81e8cfdc4b7effed8 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 30 五月 2025 17:16:09 +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