element ui中表单初始化
element
A Vue.js 2.0 UI Toolkit for Web
项目地址:https://gitcode.com/gh_mirrors/eleme/element

·
最近发现一个新问题,在使用elementui的表单时,当我提交后,再点开el-dialog表单的时候,发现数据还在,。表单并没有初始化
方法就是
resetForm(formName) {
this.$nextTick(()=>{
this.$refs[formName].resetFields()
})
}
加this.$nextTick的原因是为了解决,resetFields is undefined的报错..
在下一次DOM加载时执行




A Vue.js 2.0 UI Toolkit for Web
最近提交(Master分支:28 天前 )
c345bb45
1 年前
a07f3a59
* Update transition.md
* Update table.md
* Update transition.md
* Update table.md
* Update transition.md
* Update table.md
* Update table.md
* Update transition.md
* Update popover.md 1 年前
更多推荐
所有评论(0)