This commit is contained in:
wuyibo
2022-11-18 17:27:35 +08:00
parent bb443dd429
commit e1057db216

View File

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