From 942375b06be19f34f58deddfb4375e1506615d28 Mon Sep 17 00:00:00 2001 From: ljx <15723110242@139.com> Date: Mon, 8 Sep 2025 20:07:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ImageUpload/index.vue | 2 ++ src/views/contract/bidCost/index.vue | 8 ++++---- src/views/contract/division/index.vue | 6 +++--- src/views/tender/bidd/index.vue | 2 ++ src/views/tender/plan/index.vue | 16 +++++++++------- 5 files changed, 20 insertions(+), 14 deletions(-) diff --git a/src/components/ImageUpload/index.vue b/src/components/ImageUpload/index.vue index d0f78bd..4921a6d 100644 --- a/src/components/ImageUpload/index.vue +++ b/src/components/ImageUpload/index.vue @@ -201,6 +201,8 @@ const uploadedSuccessfully = () => { fileList.value = fileList.value.filter((f) => f.url !== undefined).concat(uploadList.value); uploadList.value = []; number.value = 0; + console.log(fileList.value); + emit('update:modelValue', listToString(fileList.value)); proxy?.$modal.closeLoading(); } diff --git a/src/views/contract/bidCost/index.vue b/src/views/contract/bidCost/index.vue index 34bdbb1..a69eb4c 100644 --- a/src/views/contract/bidCost/index.vue +++ b/src/views/contract/bidCost/index.vue @@ -57,10 +57,10 @@ - - + + - + - - - + + +