usePagination 如何使用列表接口中的其它返回值呢? #641
Unanswered
Pomelo1213
asked this question in
Q&A
Replies: 1 comment 2 replies
-
bound_count和base_seat_count通过usePagination的data计算得出 至于删除时使得数据变化,你可以看一下移除列表项API |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
现在我有一个业务场景,在列表头上展示 {bound_count}/{base_seat_count},然后删除一名员工时,bound_count 会减 1,这样的场景,我该如何使用 usePagination?感谢!

Beta Was this translation helpful? Give feedback.
All reactions