diff --git a/ruoyi-ui/src/views/system/competitionSet/index.vue b/ruoyi-ui/src/views/system/competitionSet/index.vue index 5c7dd697..8c458b05 100644 --- a/ruoyi-ui/src/views/system/competitionSet/index.vue +++ b/ruoyi-ui/src/views/system/competitionSet/index.vue @@ -1071,7 +1071,9 @@ export default { this.competitionTeamVsTeamList = response.rows; }); }else if(tab.name=='competitionSpread'){ - this.genCompetitionCommonAqrCode(this.competitionObj.id); + if(this.spreadImgurl === null) { + this.genCompetitionCommonAqrCode(this.competitionObj.id); + } } }, /** 关闭按钮 */