作者:手机用户2502876217 | 来源:互联网 | 2023-08-22 11:46
Errorinv-onhandler:TypeError:Cannotreadpropertiesofundefined(readingvalidate)解决:
Error in v-on handler: "TypeError: Cannot read properties of undefined (reading 'validate')"
解决:
1、传值的时候,要带引号
执行SQL
2、传的值要和ref一致
3、验证语句写法
this.$refs[formName].validate((valid) =>{})