From e1057db216f63db69c6f308a5b8ac0a1a80054d3 Mon Sep 17 00:00:00 2001 From: wuyibo <771227828@qq.com> Date: Fri, 18 Nov 2022 17:27:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/system/competitionSet/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); + } } }, /** 关闭按钮 */