From 5c54c698a1cf214d5289e1a77b4e3374ed4126d9 Mon Sep 17 00:00:00 2001 From: sakuya <81883387@qq.com> Date: Fri, 21 May 2021 20:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=9A=E5=9B=BE=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E9=87=8D=E7=BD=AE=E5=90=8E=E7=BC=93=E5=AD=98=E8=BF=98?= =?UTF-8?q?=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/scUpload/multiple.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/scUpload/multiple.vue b/src/components/scUpload/multiple.vue index 08567e7a..b609ad2c 100644 --- a/src/components/scUpload/multiple.vue +++ b/src/components/scUpload/multiple.vue @@ -52,6 +52,7 @@ }, watch:{ modelValue(){ + this.$refs.upload.uploadFiles=this.modelValuetoArr this.fileList = this.modelValuetoArr this.value = this.modelValue },