Browse Source

fix: 我的待办目录中有 首页没有

master
buaixuexideshitongxue 4 weeks ago
parent
commit
65d499056d
  1. 2
      src/components/home/work/index.vue

2
src/components/home/work/index.vue

@ -107,7 +107,7 @@ function getList() {
loading.value = true loading.value = true
listTodos({ listTodos({
current: 1, current: 1,
size: 100, size: 500,
}).then((data) => { }).then((data) => {
allTodos.value = data.records; allTodos.value = data.records;
todos.value = data.records.filter(item => item.sourceType !== "2"); todos.value = data.records.filter(item => item.sourceType !== "2");

Loading…
Cancel
Save