Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.5k views
in Technique[技术] by (71.8m points)

element ui表单验证已经输入了为什么还提醒不能为空呢?

打印valid一直都是false
this.$refs['form'].validate(valid => {

      console.log(valid)

如图:
image.png


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

已解决:
前面3个都是form里面的数据。所以在表单验证的时候可以获得(rule, value, callback)里面的value值。后面2个是单独的接口里面的。所以是数据的问题导致的。后面两个要专门去读取出来验证。
这样:
image.png


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...