Replies: 2 comments
-
resetValidation 是重置表单校验的状态,不是重置表单的值。 如果想重置表单的值,需要自行把表单项绑定的 ref 设置为初始值 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
如题所示,resetValidation到底怎样用,特定场景:提交表单成功后停留在原页面并重置所有填写的表单项
vue版本:3.2.25
vant:3.5.3
我不管是自己写个方法里面调用这个重置的,还是在onSubmit中调用都没有起作用
Beta Was this translation helpful? Give feedback.
All reactions