默认待跟进

This commit is contained in:
WindowBird 2025-11-21 16:07:04 +08:00
parent 55b415b6de
commit 3b54007c5a

View File

@ -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);
// 使