触发对整个表单的验证:

this.$refs.Form1.validate()

触发对表单部分字段的验证:

this.$refs.Form1.validateField("password")

相关文章:

  • 2021-10-28
  • 2021-04-27
  • 2021-11-03
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-15
  • 2021-09-05
  • 2021-08-08
  • 2022-12-23
  • 2022-12-23
  • 2021-05-15
  • 2022-12-23
相关资源
相似解决方案