From 55f12a2fb8979d52d244146cf51b9ae5faf75ed8 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 15 Jul 2024 19:46:34 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=98=B6=E6=AE=B5?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=E9=99=84=E4=BB=B6=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project-management/implementation/phase.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/project-management/implementation/phase.vue b/src/views/project-management/implementation/phase.vue index be30796..dcf96c3 100644 --- a/src/views/project-management/implementation/phase.vue +++ b/src/views/project-management/implementation/phase.vue @@ -125,9 +125,9 @@ const getAttachment = (val) => { showSingleTable.value = true }) } -// watch(() => singleList.value, (newVal) => { -// showSingleTable.value = newVal.length !== 0; -// }, {deep: true}) +watch(() => singleList.value, (newVal) => { + showSingleTable.value = newVal.length !== 0; +}, {deep: true}) const getOtherFile = (val) => { // console.log('上传文件getOtherFile', val) showTable.value = false