pull/371/head
wuyibo 3 years ago
parent bb443dd429
commit e1057db216

@ -1071,8 +1071,10 @@ export default {
this.competitionTeamVsTeamList = response.rows; this.competitionTeamVsTeamList = response.rows;
}); });
}else if(tab.name=='competitionSpread'){ }else if(tab.name=='competitionSpread'){
if(this.spreadImgurl === null) {
this.genCompetitionCommonAqrCode(this.competitionObj.id); this.genCompetitionCommonAqrCode(this.competitionObj.id);
} }
}
}, },
/** 关闭按钮 */ /** 关闭按钮 */
close() { close() {

Loading…
Cancel
Save