From ad5354f046432058ec89403dcb2f3c33f5dd2ae2 Mon Sep 17 00:00:00 2001 From: KindSeven <2845382437@qq.com> Date: Wed, 25 Sep 2024 20:11:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=BC=80=E5=90=AF=E4=BA=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AF=86=E7=A0=81=E5=A4=84=E8=A1=A8=E5=8D=95=E9=AA=8C?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/auth/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/auth/index.vue b/src/views/auth/index.vue index a685e41..dfd9ec6 100644 --- a/src/views/auth/index.vue +++ b/src/views/auth/index.vue @@ -210,7 +210,7 @@ const handleSubmit = async () => { console.log({...userPassword.value}); // console.log(userPassword.value); - // await passwordRef.value.validate() + await passwordRef.value.validate() editPassword({ ...userPassword.value }).then(res => {