this.$refs.XXX.resetFields() 或者 this.$refs['XXX'].resetFields()

XXX是定义在el-form上的ref的值

(注:el-table-column 上需要绑定prop  el-table 需要绑定 :model)

相关文章: