From d87a8929a99454c7d84dd4599890ff132e197911 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 10 Nov 2023 10:04:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E5=B8=82=E5=9C=BA=E6=8C=89=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/nongKe/supply_chain/supplier.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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() {