Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
a129adbc4b
|
@ -84,6 +84,11 @@ export default {
|
|||
password: {
|
||||
NewUserName: null,
|
||||
UserId: null,
|
||||
ConfirmPassWord: null,
|
||||
NewPassWord: null,
|
||||
Email: null,
|
||||
UserType: null,
|
||||
access_token: null,
|
||||
},
|
||||
passwordFormRules: {
|
||||
NewUserName: [
|
||||
|
@ -228,7 +233,10 @@ export default {
|
|||
})
|
||||
},
|
||||
cancel() {
|
||||
this.$refs['passwordForm'].resetFields()
|
||||
// this.$refs['passwordForm'].resetFields()
|
||||
this.password.NewPassWord = null
|
||||
this.password.NewUserName = null
|
||||
this.password.ConfirmPassWord = null
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue