用的是ref的值,下面用的值是saicTemplateFormRef字符串
if (this.$refs['saicTemplateFormRef']) {
this.$refs['saicTemplateFormRef'].clearValidate()
}
为什么需要if判断一下,因为它会报错,undefined ,没有clearValidate这个方法
用的是ref的值,下面用的值是saicTemplateFormRef字符串
if (this.$refs['saicTemplateFormRef']) {
this.$refs['saicTemplateFormRef'].clearValidate()
}
为什么需要if判断一下,因为它会报错,undefined ,没有clearValidate这个方法