更新
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_info.type_code = user.mer_info.type_code;
|
||||||
this.mer_id = user.service.mer_id;
|
this.mer_id = user.service.mer_id;
|
||||||
this.getSubsidy();
|
this.getSubsidy();
|
||||||
if(this.type==2)this.getSubsidyRecord();
|
this.getSubsidyRecord();
|
||||||
// this.$nextTick(res=>{
|
// this.$nextTick(res=>{
|
||||||
// this.$refs.pupRef.open();
|
// this.$refs.pupRef.open();
|
||||||
// })
|
// })
|
||||||
@ -214,6 +214,7 @@
|
|||||||
},
|
},
|
||||||
changeType(type){
|
changeType(type){
|
||||||
this.type = type;
|
this.type = type;
|
||||||
|
this.where.type = type;
|
||||||
this.getSubsidy();
|
this.getSubsidy();
|
||||||
this.getSubsidyRecord();
|
this.getSubsidyRecord();
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user