Skip to content

Commit

Permalink
fix: 总览刷新图表未更新
Browse files Browse the repository at this point in the history
  • Loading branch information
hanaTsuk1 committed Jun 22, 2024
1 parent 2d4030a commit 0b1a5f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ function buildUpdateFn() {
}
async function refresh() {
list.value = []
list.value = wrap(await db.overview.select())
}
Expand Down

0 comments on commit 0b1a5f8

Please sign in to comment.