element-ui 提交from表单卡住了 [Element Warn]please pass correct props!

element-ui from表单卡住了

如图填完表单要点击下一步时,没有反应,没有跳到下一个步骤,卡住了。
element-ui 提交from表单卡住了 [Element Warn]please pass correct props!
查看控制台,发现每点一次【下一步】就有多一个element-ui框架的警告:
[Element Warn]please pass correct props!
element-ui 提交from表单卡住了 [Element Warn]please pass correct props!
原来是没有给el-form表单中的el-form-itemprop参数,这个prop参数是表单域 model 字段,在使用validateresetFields 方法的情况下,该属性是必填的。

上一篇:格式化输出


下一篇:python2 && python3 的 input函数