|
|
@ -777,7 +777,7 @@ export default { |
|
|
|
// }, 10000) |
|
|
|
this.$refs['ref_form'].validate((valid, messageObj) => { |
|
|
|
if (!valid) { |
|
|
|
app.util.validateRule(messageObj) |
|
|
|
// app.util.validateRule(messageObj) |
|
|
|
this.btnDisable = false |
|
|
|
} else { |
|
|
|
if (!formVltHelper.userOrMobile(this.fmData.mobile)) { |
|
|
@ -846,6 +846,7 @@ export default { |
|
|
|
this.orgId = '' |
|
|
|
this.nowAllCode = [] |
|
|
|
this.btnDisable = false |
|
|
|
this.userInfo = {} |
|
|
|
this.fmData = iniFmData() |
|
|
|
} |
|
|
|
} |
|
|
|