feate:新增套餐管理
This commit is contained in:
@@ -424,7 +424,7 @@ const fetchProductGroupList = async () => {
|
||||
try {
|
||||
const res = await getProductGroupList({
|
||||
page: 1,
|
||||
count: 1000
|
||||
count: 10
|
||||
})
|
||||
console.log('获取商品组列表:', res.data)
|
||||
if (res.data.code === 200) {
|
||||
|
||||
Reference in New Issue
Block a user