From 535d3f680b56bda7f14c1084f56aab05a4fe0984 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 10 Jun 2024 16:19:09 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BC=98=E5=8C=96=E7=9B=B4=E6=8E=A5?= =?UTF-8?q?=E4=B8=8A=E6=8A=A5=E6=97=B6=E9=A1=B9=E7=9B=AE=E5=BD=92=E6=A1=A3?= =?UTF-8?q?=E9=99=84=E4=BB=B6tab=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project-management/filing/attachment.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/project-management/filing/attachment.vue b/src/views/project-management/filing/attachment.vue index db7d1c5..b4e4a3f 100644 --- a/src/views/project-management/filing/attachment.vue +++ b/src/views/project-management/filing/attachment.vue @@ -90,7 +90,11 @@ const upload = () => { }) } } - +watchEffect(() => { + if (requirementId.value === '-1') { + paneList.value = paneList.value.slice(1) + } +}) onMounted(() => { if (activeName.value === '50') { search({})