From e98e826328bbfd275a956673cc2b87b865b0d9ec Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Tue, 6 Aug 2024 16:31:17 +0800 Subject: [PATCH] =?UTF-8?q?crc=E4=B8=B4=E5=BA=8A=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=90=8C=E5=90=8D=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visit/crc-upload/components/uploadClinicalData.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/uploadClinicalData.vue b/src/views/trials/trials-panel/visit/crc-upload/components/uploadClinicalData.vue index fb1c09ae..009a901c 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/components/uploadClinicalData.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/components/uploadClinicalData.vue @@ -287,7 +287,7 @@ type="file" name="file" multiple - ref="file" + ref="addFile" style=" position: absolute; top: 0; @@ -582,7 +582,9 @@ export default { } } this.handleUploadFile(); - this.$refs.file.value = null; + this.$refs.addFile.forEach(item=>{ + item.value = null; + }) }, async handleUploadFile() { this.btnLoading = true;