fix(custom): eCX-6707:组合购-店铺传参

This commit is contained in:
maqian
2025-09-04 17:55:29 +08:00
parent b1daba6127
commit 6fbd8b7601

View File

@@ -378,7 +378,7 @@ function EspierDetail(props) {
const { list } = await api.item.packageList({ const { list } = await api.item.packageList({
item_id: id, item_id: id,
showError: false, showError: false,
distributor_id: dtid distributor_id: getDistributorId()
}) })
setState((draft) => { setState((draft) => {
draft.promotionPackage = list draft.promotionPackage = list