From ffe481d766ba66c4e616d4f91c7b83c42f1007a8 Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <l287285524@qq.com> Date: Wed, 28 Jul 2021 23:21:05 +0800 Subject: [PATCH] 1 --- src/views/order/wxScore.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/order/wxScore.vue b/src/views/order/wxScore.vue index b4ff107..5cf781a 100644 --- a/src/views/order/wxScore.vue +++ b/src/views/order/wxScore.vue @@ -70,6 +70,9 @@ filter: {} } }, + created(){ + console.log(this.$route.query) + }, computed: { ...mapState(['userinfo']), ...mapGetters(['orgType']), @@ -103,6 +106,7 @@ // 获取订单列表 init(params = this.filter,isClear) { this.loading = true; + params.merId = this.$route.query.id; this.$api.wxScoreList(params).then(res => { this.filter = {...params}; if(isClear){ -- Gitblit v1.8.0