fix 79858
This commit is contained in:
@@ -1085,7 +1085,7 @@ export default {
|
||||
})
|
||||
}
|
||||
this.rules = Object.assign({}, rules)
|
||||
this.$refs.ruleForm.clearValidate()
|
||||
this.$refs.ruleForm.clearValidate(fieldNameList)
|
||||
},
|
||||
/**
|
||||
* 获取海外的表单数据
|
||||
@@ -1166,7 +1166,7 @@ export default {
|
||||
})
|
||||
}
|
||||
this.rules = Object.assign({}, rules)
|
||||
this.$refs.ruleForm.clearValidate()
|
||||
this.$refs.ruleForm.clearValidate(fields)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user