Commit c11dbaa0 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

🐞 fix: 修改采购门户bug

parent 8a98e919
......@@ -78,11 +78,7 @@ const PurchasInfo: React.FC<PurchasInfoPropsType> = (props) => {
// 根据站点获取商城信息
const fetchAllShop = () => {
const param: any = {
siteId,
type: 3
}
PublicApi.getManageShopFindShopsBySiteId(param).then(res => {
PublicApi.getManageShopFindByDoorType({doorType: '3'}).then(res => {
if (res.code === 1000) {
setAllMallList(res.data)
}
......
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