fix: 修改邮箱-”发送验证码“倒计时未结束修改

This commit is contained in:
韦荣超 2022-07-14 14:03:55 +08:00
parent c99edc20a2
commit 438d0344eb

View File

@ -92,6 +92,8 @@ export default {
url: 'users/email/edit',
data: this.formDatum,
}).then(({data}) => {
this.count = 0;
this.sendBtnText = this.$L('发送验证码');
$A.messageSuccess('修改成功');
this.$store.dispatch("saveUserInfo", data);
this.$refs.formDatum.resetFields();