vue 清空element表单数据

resetFields是用于针对整个表单的 Form Methods(整个表单)
resetField 是针对表单项的 Form-Item Methods(表单的某一个项)

this.$refs['elFormRef'].resetFields();

 

posted @ 2022-11-18 17:00  cmooc  阅读(334)  评论(0编辑  收藏  举报