网上查的解决方案
resetForm(formName) { this.$nextTick(() => { this.$refs[formName].resetFields(); }); }
测试无效
另一个方案:Vue+elementUI开发中 Cannot read property 'resetFields' of undefined 问题解决以及原因分析
各种方法均无效,后来在el-form-item加上prop属性就好了