optre
一位前端开发者,keep going!

当重置表单时,我们可以使用下面2种重置表单数据

Object.assign(this.$data, this.$options.data.call(this))
this.form= this.$options.data().form

当我们需要重置校验时

this.$refs.form.clearValidate()

 

 
posted on 2022-07-18 14:40  optre  阅读(378)  评论(0编辑  收藏  举报