#antdv 清除指定字段验证 #antdv表单验证指定清除

antdv 清除指定字段验证:

this.$refs['ruleForm'].fields.forEach(filed => {
    if(filed.prop == "meterInfo"){
        filed.clearValidate()
    }
});
原文地址:https://www.cnblogs.com/jaycethanks/p/15271929.html