当重置表单时,我们可以使用下面2种重置表单数据
Object.assign(this.$data, this.$options.data.call(this)) this.form= this.$options.data().form
当我们需要重置校验时
this.$refs.form.clearValidate()