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(); },