Ne-800 : 修改字段 以及处理密码的回显问题

This commit is contained in:
zhangyu
2021-07-02 11:26:26 +08:00
parent 8b71511c3a
commit 3a685ee4e3

View File

@@ -434,6 +434,7 @@ export default {
localStorage.setItem('nz-sys-terminal-record-local-retention', this.terminal.terminal_record_local_retention)
}
if (type == 'email') {
this.email.email_auth_password = ''
this.$refs.emailForm.clearValidate()
}
this[type + 'Copy'] = Object.assign({}, this[type])