方法一:element的resetfields

this.$refs[formRef].resetFields()

 方法二:vue的thisoptionsdataform方法对form重置

this.updateForm= this.$options.data().updateForm

方法三:vue的data重置

this.$data = this.$options.data();
Logo

Vue社区为您提供最前沿的新闻资讯和知识内容

更多推荐