From c5c7f62b34d0c5d87e787c30967d0db3a7dbf918 Mon Sep 17 00:00:00 2001 From: yuejiayang <146344614+YangLei105@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:43:17 +0800 Subject: [PATCH] =?UTF-8?q?2024.7.7=20=E4=BA=A7=E5=93=81=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=94=B6=E9=9B=86-=E8=BD=AC=E9=87=8F=E4=BA=A7=E3=80=81?= =?UTF-8?q?=E6=89=80=E6=9C=89=E3=80=81=E7=94=9F=E4=BA=A7=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/common/uploadFileList1.vue | 10 +- .../modules/eam/com_project_proof_record.vue | 41 +++-- src/views/modules/eam/eamProjectInfo.vue | 166 ++++++++++-------- 3 files changed, 135 insertions(+), 82 deletions(-) diff --git a/src/views/modules/common/uploadFileList1.vue b/src/views/modules/common/uploadFileList1.vue index 60aa98f..033fd24 100644 --- a/src/views/modules/common/uploadFileList1.vue +++ b/src/views/modules/common/uploadFileList1.vue @@ -157,13 +157,19 @@ export default { if (data && data.code === 0) { this.$emit('update:uploadDialog', false); this.$message.success(data.msg); + this.fileList = []; + this.fileName = ''; // this.$emit('get-document-list'); // this.$emit('get-proof-document'); } else { this.$message.warning(data.msg); + this.fileList = []; + this.fileName = ''; } }).catch((error) => { this.$message.error(error); + this.fileList = []; + this.fileName = ''; }); }, changeCurrentRow1 (row, oldRow) { @@ -267,7 +273,7 @@ export default {