From d80bac72e26ffeecff8085db60ab1bb234f247d1 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 22 Mar 2024 14:51:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/activeCode/subsidy.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/activeCode/subsidy.vue b/pages/activeCode/subsidy.vue index 964868f..9e1c1db 100644 --- a/pages/activeCode/subsidy.vue +++ b/pages/activeCode/subsidy.vue @@ -193,7 +193,7 @@ this.mer_info.type_code = user.mer_info.type_code; this.mer_id = user.service.mer_id; this.getSubsidy(); - if(this.type==2)this.getSubsidyRecord(); + this.getSubsidyRecord(); // this.$nextTick(res=>{ // this.$refs.pupRef.open(); // }) @@ -214,6 +214,7 @@ }, changeType(type){ this.type = type; + this.where.type = type; this.getSubsidy(); this.getSubsidyRecord(); },