Commit b74ed95e authored by XieZhiXiong's avatar XieZhiXiong

Merge branch 'cherry-pick-cc35bd1f' into 'v2-220318'

Merge branch 'fix-v2' into 'v2-220318' See merge request linkseeks-design/pro-platform!597 (cherry picked from commit 6b2fbd48b3b96b6dbc4b65d686306f60d8766653) ab6d25b1 Merge branch 'fix-v2' into 'v2'
parent 1419b711
......@@ -78,7 +78,7 @@ const FormilyCommodity: React.FC<Iprops> & { isFieldComponent: boolean } = (prop
const formatSearchParams = (params) => {
const idInList = typeof params.id !== 'undefined' && params.id ? { idInList: [params.id] } : {}
const { id, categoryId, ...rest } = params;
const idNotInList = Array.from(new Set([productProps?.id].concat(disabledSaleRankingKeys).filter(Boolean)));
const idNotInList = Array.from(new Set([productProps?.id].concat(disabledSaleRankingKeys).filter(Boolean))).join(',');
const common = {
shopId: fixtureContext?.shopId.toString(),
customerCategoryId: categoryId || activeKey,
......
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