Compare commits
No commits in common. "d80bac72e26ffeecff8085db60ab1bb234f247d1" and "47b428432635d26f54ef749f17a021a1eabc9a59" have entirely different histories.
d80bac72e2
...
47b4284326
|
@ -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();
|
||||||
this.getSubsidyRecord();
|
if(this.type==2)this.getSubsidyRecord();
|
||||||
// this.$nextTick(res=>{
|
// this.$nextTick(res=>{
|
||||||
// this.$refs.pupRef.open();
|
// this.$refs.pupRef.open();
|
||||||
// })
|
// })
|
||||||
|
@ -214,7 +214,6 @@
|
||||||
},
|
},
|
||||||
changeType(type){
|
changeType(type){
|
||||||
this.type = type;
|
this.type = type;
|
||||||
this.where.type = type;
|
|
||||||
this.getSubsidy();
|
this.getSubsidy();
|
||||||
this.getSubsidyRecord();
|
this.getSubsidyRecord();
|
||||||
},
|
},
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue