element-ui 表单验证 错误:Cannot read property 'validate' of undefined"

错误提示

element-ui 表单验证   错误:Cannot read property 'validate' of undefined"

 

 

解决方案:

通常 Cannot read property 'validate' of undefined ,一般情况是提交的 click 事件中, 传参没有带引号导致的,只需 confirmAdd('addform') 即可。

但是添加了 confirmAdd('addform')之后,依然还是显示那个问题。

终于发现 form 表单中 ref 居然绑定的是 变量,而非表单名称(字符串)。

element-ui 表单验证   错误:Cannot read property 'validate' of undefined"

 

上一篇:问题解决:protobuf出现undefined reference


下一篇:golang windows endless 运行报错 undefined: syscall.SIGUSR1