|
@@ -51,7 +51,7 @@ export function getCommonParams(pageForm, productInfo) {
|
|
|
|
|
|
export function getCommonFilterParams({ pageForm, productForm } = {}) {
|
|
|
const filter = {
|
|
|
- supplement: productForm.supplement,
|
|
|
+ supExplanation: productForm.supExplanation,
|
|
|
}
|
|
|
if (pageForm.buySubject === 2) {
|
|
|
// 企业版
|