Skip to content

Commit c99d719

Browse files
committed
update table
1 parent 0986801 commit c99d719

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

admin-ui/mocks/product.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ export default webpackMockServer.add((app, helper) => {
1313

1414
res.json({
1515
success: true,
16-
data:products
16+
data:{
17+
list:products,
18+
total: products.length
19+
},
1720
});
1821
});
1922
});

0 commit comments

Comments
 (0)