Skip to content

Commit

Permalink
测试
Browse files Browse the repository at this point in the history
  • Loading branch information
insist-youself committed Feb 24, 2024
1 parent 3200ce4 commit b7fd62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Index: React.FC = () => {
total,
// 切换页面触发的回调函数
onChange(page, pageSize) {
// 加载对应页面的数据
// 加载对应页面的数据..
loadData(page, pageSize);
},
}}
Expand Down

0 comments on commit b7fd62b

Please sign in to comment.