fix 79858

This commit is contained in:
赵霄
2023-12-26 16:50:29 +08:00
parent 28dad68b26
commit 33641cc9c5
2 changed files with 6 additions and 6 deletions
@@ -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)
}
}
}