Commit 173659d5 authored by 武广's avatar 武广

Merge branch 'feature/goods-list' of git.quantgroup.cn:ui/merchant-manage-ui...

Merge branch 'feature/goods-list' of git.quantgroup.cn:ui/merchant-manage-ui into feature/20230327_public_takeaway
parents ec1bae36 d89261a3
......@@ -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