表单校验失败一次之后,再次弹出表单,触发自动校验
解决方案:
clearValidate() 方法清空表单校验项
javascript
this.$nextTick(() => {
this.$refs['checkForm'].clearValidate()
})
使用nextTick规避报错