From 43f8bdca58733c2cf9be0653fa25e2c801645567 Mon Sep 17 00:00:00 2001
From: zhouhao <787329763@qq.com>
Date: Thu, 04 Nov 2021 17:55:21 +0800
Subject: [PATCH] 修改代理门店查询

---
 src/views/order/wxScore.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/order/wxScore.vue b/src/views/order/wxScore.vue
index 37fd618..7a447f5 100644
--- a/src/views/order/wxScore.vue
+++ b/src/views/order/wxScore.vue
@@ -100,7 +100,7 @@
     // 获取订单列表
     init(params = this.filter, isClear) {
       this.loading = true;
-      params.storeId = this.$route.query.id;
+      params.storeId = this.$route.query.storeId;
       //   params.storeId = this.$route.query.storeId ? this.$route.query.storeId : "";
       this.$api
         .wxScoreList(params)

--
Gitblit v1.8.0