From 9db7fe1314c934b619d10515eec338f98b880cfa Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Tue, 13 Dec 2022 17:45:06 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E7=BC=B4?= =?UTF-8?q?=E8=B4=B9=E5=87=AD=E8=AF=81=E5=8F=AA=E8=83=BD=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?2=E5=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/standardsAssociation/JImageUpload.vue | 2 +- .../PaymentInfo/modules/CombinationPaymentModal.vue | 1 + .../PaymentInfo/modules/PaymentInfoModal.vue | 1 + .../PaymentInfo/modules/UploadRecordModal.vue | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/standardsAssociation/JImageUpload.vue b/src/components/standardsAssociation/JImageUpload.vue index 5504713..37f8555 100644 --- a/src/components/standardsAssociation/JImageUpload.vue +++ b/src/components/standardsAssociation/JImageUpload.vue @@ -178,7 +178,7 @@ export default { let fileList = info.fileList if (info.file.status === 'done') { - if (!this.isMultiple && this.number > 0) { + if ( this.number > 0) { fileList = fileList.slice(-this.number) } if (info.file.response.success) { diff --git a/src/views/standardsAssociation/PaymentInfo/modules/CombinationPaymentModal.vue b/src/views/standardsAssociation/PaymentInfo/modules/CombinationPaymentModal.vue index e5bfcc4..a118159 100644 --- a/src/views/standardsAssociation/PaymentInfo/modules/CombinationPaymentModal.vue +++ b/src/views/standardsAssociation/PaymentInfo/modules/CombinationPaymentModal.vue @@ -114,6 +114,7 @@ diff --git a/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue b/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue index 75bf505..c636ff5 100644 --- a/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue +++ b/src/views/standardsAssociation/PaymentInfo/modules/PaymentInfoModal.vue @@ -442,6 +442,7 @@ diff --git a/src/views/standardsAssociation/PaymentInfo/modules/UploadRecordModal.vue b/src/views/standardsAssociation/PaymentInfo/modules/UploadRecordModal.vue index 94ecf49..b6814b9 100644 --- a/src/views/standardsAssociation/PaymentInfo/modules/UploadRecordModal.vue +++ b/src/views/standardsAssociation/PaymentInfo/modules/UploadRecordModal.vue @@ -15,6 +15,7 @@ isLessThan5M isMultiple bizPath="payment" + :number="2" v-decorator="['paymentRecord', validatorRules.paymentRecord]">