From 3b54007c5a6fce38b921d4dedf9da653f0b3d8ed Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Fri, 21 Nov 2025 16:07:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=BE=85=E8=B7=9F=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/customer/CustomerManagement.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/customer/CustomerManagement.vue b/components/customer/CustomerManagement.vue index c6c3e6d..b283798 100644 --- a/components/customer/CustomerManagement.vue +++ b/components/customer/CustomerManagement.vue @@ -201,7 +201,7 @@ const showPrivateSwitch = computed(() => userInfo.value?.roles?.some(r => ['admin','sys_admin'].includes(r)) ); const showFilter = ref(false); -const selectedFilters = ref([]); +const selectedFilters = ref([TODAY_FOLLOW_FILTER]); const isAllSelected = computed(() => selectedFilters.value.length === 0); // 使用分页组合式函数