bugfix: 传参
This commit is contained in:
@@ -316,7 +316,11 @@ export function useSettingsForm({ t, locale }: UseSettingsFormOptions) {
|
||||
email: nextEmail,
|
||||
roles: draftData.value.roles as string[],
|
||||
language: draftData.value.language,
|
||||
region: draftData.value.region
|
||||
region: draftData.value.region,
|
||||
email: '',
|
||||
newPassword: '',
|
||||
oldPassword: '',
|
||||
verifyCode: ''
|
||||
}
|
||||
|
||||
// 如果改邮箱或改密码,需要添加验证码和密码信息
|
||||
|
||||
Reference in New Issue
Block a user