From 473a6e62298e0007ecaf1e0c039337b90d192e5e Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Tue, 16 Sep 2025 11:27:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(person):=20=E4=BC=98=E5=8C=96=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81=E8=BE=93=E5=85=A5=E9=94=99=E8=AF=AF=E5=A4=84?= =?UTF-8?q?=E7=90=86=E9=80=BB=E8=BE=91=E8=AE=BE=E7=BD=AE=E7=84=A6=E7=82=B9?= =?UTF-8?q?=E5=88=B0=E7=AC=AC=E4=B8=80=E4=B8=AA=E8=BE=93=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../management/person/components/verification-code/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/components/management/person/components/verification-code/index.vue b/src/views/components/management/person/components/verification-code/index.vue index 2bf3462..40b0d43 100644 --- a/src/views/components/management/person/components/verification-code/index.vue +++ b/src/views/components/management/person/components/verification-code/index.vue @@ -67,8 +67,8 @@ const onSubmit = () => { if (code === 200) { emits('success', captcha); } else { + inputRef.value?.[activeIndex.value]?.blur?.(); activeIndex.value = 0; - inputRef.value?.[activeIndex.value]?.focus?.(); errorMessage.value = '验证码错误,请检查后重试'; isError.value = true; codeArray.value.forEach((item) => {