From bcfa95de0697d7a326766230f646e90bed710e53 Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 14 Nov 2023 11:33:57 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Apps/UserConfirmDialog/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Apps/UserConfirmDialog/index.vue b/src/components/Apps/UserConfirmDialog/index.vue index 27f49d701..bed7b04de 100644 --- a/src/components/Apps/UserConfirmDialog/index.vue +++ b/src/components/Apps/UserConfirmDialog/index.vue @@ -150,6 +150,7 @@ export default { this.title = this.$t('auth.NeedReLogin') this.visible = true }) + return } this.subTypeChoices = data.content const defaultSubType = this.subTypeChoices.filter(item => !item.disabled)[0]