From a5604d778ca31451a95d8dabdf94f7ebc78e5c55 Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <287285524@qq.com> Date: Fri, 14 Apr 2023 11:24:10 +0800 Subject: [PATCH] v-console --- 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