如何针对单个表单项去掉验证和添加验证?

this.$refs.conpanyForm.clearValidate('district') // 清除校验

this.$refs.conpanyForm.validate('district') // 添加校验

你可能感兴趣的:(vue.js,前端)