🐛(component): 修复 total 为 0 时禁用下一页操作
This commit is contained in:
@@ -143,7 +143,7 @@ export default {
|
||||
setup() {
|
||||
|
||||
const limit4 = ref(20)
|
||||
const total4 = ref(100)
|
||||
const total4 = ref(0)
|
||||
const change4 = ({ current, limit }) => {
|
||||
layer.msg("current:" + current + " limit:" + limit);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user