This commit is contained in:
parent
4ae04408b4
commit
d80bac72e2
|
@ -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();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue