Commit c81cdd46 authored by 武广's avatar 武广

fix: 修改刷新获取分组数据

parent 0a987b1f
...@@ -182,7 +182,7 @@ const Takeaway = options => { ...@@ -182,7 +182,7 @@ const Takeaway = options => {
useEffect(() => { useEffect(() => {
if (groupId) { if (groupId) {
setPageNo(1); setPageNo(1);
getDataList(1, pageSize); getDataList(1, pageSize, groupId);
} else { } else {
setTableData([]); 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