From 69de43f53825f88b4494ac6ba5d19e4b7210c31d Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期四, 18 十二月 2025 09:37:35 +0800
Subject: [PATCH] 修改标题
---
ui/car_wx_app/pages/examine/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ui/car_wx_app/pages/examine/index.vue b/ui/car_wx_app/pages/examine/index.vue
index 26af185..a885ba6 100644
--- a/ui/car_wx_app/pages/examine/index.vue
+++ b/ui/car_wx_app/pages/examine/index.vue
@@ -957,7 +957,7 @@
// 楠岃瘉鏄惁鑷冲皯涓婁紶浜嗕竴寮犲浘鐗�
// 鏀堕泦鎵�鏈変笂浼犵殑鍥剧墖鍦板潃锛堢敤閫楀彿鍒嗛殧锛�
- const voucherUrls = this.uploadAreas.map(item => item.imageUrl && item.imageUrl !== '').join(',');
+ const voucherUrls = this.uploadAreas.filter(item => item.imageUrl!=='').map(item => item.imageUrl).join(',');
this.form.voucherUrl = voucherUrls;
this.$refs.uForm.validate().then(res => {
--
Gitblit v1.8.0