From 4e7a24ffb131b89948dce9f2380cc3b91db20b85 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 25 六月 2025 15:17:38 +0800
Subject: [PATCH] git ch
---
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