Commit d89261a3 authored by 武广's avatar 武广

fix: 修改翻页问题

parent e81eac28
......@@ -178,7 +178,8 @@ const Takeaway = options => {
useEffect(() => {
if (groupId) {
getDataList(0, pageSize);
setPageNo(1);
getDataList(1, pageSize);
} else {
setTableData([]);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment