diff --git a/pages/nongKe/supply_chain/supplier.vue b/pages/nongKe/supply_chain/supplier.vue index adbb48a..d63f0b6 100644 --- a/pages/nongKe/supply_chain/supplier.vue +++ b/pages/nongKe/supply_chain/supplier.vue @@ -465,7 +465,7 @@ keyword: '', page: 1, limit: 10, - order: '', + order: 'location', category_id: '', type_id: '', street_id: '', @@ -971,7 +971,8 @@ this.storeList = [] this.firstKey = e this.storeParam.page = 1 - this.storeParam.order = this.downMenu[e].order + // this.storeParam.order = this.downMenu[e].order + this.storeParam.order = 'location' //使用距离进行排序 this.storeMerchantList(); }, backjJump() {