From b640b2beafb5cbddfc493317bc700c247f492da7 Mon Sep 17 00:00:00 2001 From: dhb52 Date: Sun, 9 Jun 2024 12:05:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(sj=5F1.0.0):=20=E6=97=A7=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E4=B8=BA=E5=BF=85=E5=A1=AB=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/modules/global-header/components/change-password.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/modules/global-header/components/change-password.vue b/src/layouts/modules/global-header/components/change-password.vue index dd5a4db..78144c2 100644 --- a/src/layouts/modules/global-header/components/change-password.vue +++ b/src/layouts/modules/global-header/components/change-password.vue @@ -37,6 +37,7 @@ const rules = computed(() => { const { formRules, createConfirmPwdRule } = useFormRules(); return { + oldPassword: formRules.pwd, newPassword: formRules.pwd, checkPassword: createConfirmPwdRule(model.newPassword!) };