diff --git a/src/components/home/work/index.vue b/src/components/home/work/index.vue index f736824..8e440cf 100644 --- a/src/components/home/work/index.vue +++ b/src/components/home/work/index.vue @@ -107,7 +107,7 @@ function getList() { loading.value = true listTodos({ current: 1, - size: 100, + size: 500, }).then((data) => { allTodos.value = data.records; todos.value = data.records.filter(item => item.sourceType !== "2");