From f01ee6ad688c34255e0e051e545c0c58ffd6bf1c Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Sat, 22 Nov 2025 13:53:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=87=8D=E6=9E=840.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/project/list/index.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pages/project/list/index.vue b/pages/project/list/index.vue index 6b85145..39cdaa3 100644 --- a/pages/project/list/index.vue +++ b/pages/project/list/index.vue @@ -28,11 +28,6 @@ 状态: - 全部 { // 处理状态标签点击 const handleStatusTabClick = (value) => { activeStatusTab.value = value; + // 点击导航栏按钮时,清空筛选面板中的状态选择,确保导航栏状态和筛选面板状态独立 + filterParams.value.status = ''; handleSearch(); };