fix:开启了修改密码处表单验证

This commit is contained in:
KindSeven
2024-09-25 20:11:38 +08:00
parent 03e57d8ee2
commit ad5354f046

View File

@@ -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 => {