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); // 使用分页组合式函数