Compare commits

..

No commits in common. "d80bac72e26ffeecff8085db60ab1bb234f247d1" and "47b428432635d26f54ef749f17a021a1eabc9a59" have entirely different histories.

2 changed files with 986 additions and 1152 deletions

View File

@ -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