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 @@ - - + + - + - - - + + +