Skip to content

Commit

Permalink
fix: count
Browse files Browse the repository at this point in the history
  • Loading branch information
zixuan1986 committed Dec 19, 2023
1 parent 82e7208 commit 56bc4f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/book/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export default {
page: 1, //当前页数
total: 0, //总条目数
per: 8, //每页条目
per: 0, //每页条目
count: 0, // 自动判断最多显示几个
showTypes: [
Expand Down Expand Up @@ -223,7 +223,6 @@ export default {
watch: {
params: {
deep: true,
immediate: true,
handler() {
this.loadData();
},
Expand Down

0 comments on commit 56bc4f8

Please sign in to comment.