默认待跟进
This commit is contained in:
parent
55b415b6de
commit
3b54007c5a
|
|
@ -201,7 +201,7 @@ const showPrivateSwitch = computed(() =>
|
||||||
userInfo.value?.roles?.some(r => ['admin','sys_admin'].includes(r))
|
userInfo.value?.roles?.some(r => ['admin','sys_admin'].includes(r))
|
||||||
);
|
);
|
||||||
const showFilter = ref(false);
|
const showFilter = ref(false);
|
||||||
const selectedFilters = ref([]);
|
const selectedFilters = ref([TODAY_FOLLOW_FILTER]);
|
||||||
const isAllSelected = computed(() => selectedFilters.value.length === 0);
|
const isAllSelected = computed(() => selectedFilters.value.length === 0);
|
||||||
|
|
||||||
// 使用分页组合式函数
|
// 使用分页组合式函数
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user