From 78a173f85f8a4666d83cf8d900f04dd9f8e3e127 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 17 六月 2025 08:53:12 +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