fix 79858
This commit is contained in:
@@ -658,8 +658,8 @@ export default {
|
||||
}
|
||||
})
|
||||
},
|
||||
clearValidate () {
|
||||
this.$refs.ruleForm.clearValidate()
|
||||
clearValidate (fieldNameList) {
|
||||
this.$refs.ruleForm.clearValidate(fieldNameList)
|
||||
},
|
||||
/**
|
||||
* 国内海外的特殊处理
|
||||
@@ -688,7 +688,7 @@ export default {
|
||||
})
|
||||
}
|
||||
this.rules = Object.assign({}, rules)
|
||||
this.clearValidate()
|
||||
this.clearValidate(fieldNameList)
|
||||
}
|
||||
},
|
||||
getFlag (fieldName) {
|
||||
@@ -733,7 +733,7 @@ export default {
|
||||
})
|
||||
}
|
||||
this.rules = Object.assign({}, rules)
|
||||
this.clearValidate()
|
||||
this.clearValidate(fields)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user