密码修改
This commit is contained in:
@@ -87,7 +87,7 @@ const open = () => {
|
||||
dialogVisible.value = true
|
||||
}
|
||||
const submit = () => {
|
||||
formRef.value.validate(async valid => {
|
||||
formRef.value.validate(async (valid: boolean) => {
|
||||
if (valid) {
|
||||
passwordConfirm(form.password)
|
||||
.then(res => {
|
||||
|
||||
Reference in New Issue
Block a user