This commit is contained in:
weipengfei 2024-03-22 14:51:05 +08:00
parent 4ae04408b4
commit d80bac72e2
1 changed files with 2 additions and 1 deletions

View File

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