diff --git a/src/views/dataCenter/goods/Index.vue b/src/views/dataCenter/goods/Index.vue
index 7a784bc..36a7da0 100644
--- a/src/views/dataCenter/goods/Index.vue
+++ b/src/views/dataCenter/goods/Index.vue
@@ -77,18 +77,18 @@
@@ -866,14 +866,14 @@ export default {
(formData.profit_rate_max || '') +
'&profit_rate_min=' +
(formData.profit_rate_min || '') +
- '&min_distribute_price=' +
- (formData.min_distribute_price || '') +
- '&max_distribute_price=' +
- (formData.max_distribute_price || '') +
- '&min_shop_price=' +
- (formData.min_shop_price || '') +
- '&max_shop_price=' +
- (formData.max_shop_price || '') +
+ '&distribute_price_min=' +
+ (formData.distribute_price_min || '') +
+ '&distribute_price_max=' +
+ (formData.distribute_price_max || '') +
+ '&shop_price_min=' +
+ (formData.shop_price_min || '') +
+ '&shop_price_max=' +
+ (formData.shop_price_max || '') +
'&categoryId=' +
this.queryParam.categoryId +
'&channel=' +