5..24更新平台药品

This commit is contained in:
zoujiandong
2024-05-24 14:53:57 +08:00
parent cf21b62b18
commit 794a8b35ca
2 changed files with 30 additions and 5 deletions
+2 -2
View File
@@ -14,11 +14,11 @@ export function getMedinceDetail(id){//商品详情-平台
method: 'get'
})
};
export function getSysMedinceList(params){//获取商品列表-分页-系统
export function getSysMedinceList(data){//获取商品列表-分页-系统
return request({
url:'/admin/product/page',
method: 'post',
params
data
})
};