From 9c7ca296d38f19c766d2ef77332647e668017667 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Tue, 19 May 2026 11:06:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E7=AE=A1=E7=90=86=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flowManagement/milestoneDialog.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/flowManagement/milestoneDialog.vue b/src/views/flowManagement/milestoneDialog.vue index c9215122..f33c06cc 100644 --- a/src/views/flowManagement/milestoneDialog.vue +++ b/src/views/flowManagement/milestoneDialog.vue @@ -134,6 +134,7 @@ :on-exceed="handleExceed" :file-list="fileList" accept=".pdf,.doc,.docx" + v-if="subTitle == '执行'" >
点击上传 @@ -148,13 +149,13 @@
-

附件下载

+ 附件下载
@@ -334,7 +335,7 @@ export default { console.log(response.data, 'response.data.link'); // this.ruleForm.attachId = response.data.attachId; - this.fileList.push(response.data.link); + this.fileList.push(response.data); }, handleExceed(files, fileList) { this.$message.error('标准文件只能上传一份');