当前位置:网站首页>【解决报错】Error in v-on handler: “TypeError: Cannot read property ‘resetFields’ of undefined”
【解决报错】Error in v-on handler: “TypeError: Cannot read property ‘resetFields’ of undefined”
2022-04-23 16:53:00 【栀妹儿】
vue项目用elm框架写表单
在新增的时候一般要让数据清空this.$refs['form'].resetFields();
但是在页面加载进来的时候还没有渲染dom元素
所以直接点新增会报错:
Error in v-on handler: "TypeError: Cannot read properties of undefined (reading 'resetFields')"
解决方案:
1、加判断
if(this.$refs['form'] !== undefined) {
this.$refs['form'].resetFields();
}
2、延迟回调
this.$nextTick(() => {
this.$refs['form'].resetFields();
})
版权声明
本文为[栀妹儿]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_38990605/article/details/124338946
边栏推荐
- 博士申请 | 厦门大学信息学院郭诗辉老师团队招收全奖博士/博后/实习生
- feign报400处理
- 文件系统读写性能测试实战
- UWA Pipeline 功能详解|可视化配置自动测试
- 蓝桥杯省一之路06——第十二届省赛真题第二场
- JMeter installation tutorial and solutions to the problems I encountered
- ◰ GL shadow map core steps
- MySQL restores data through binlog file
- Server log analysis tool (identify, extract, merge, and count exception information)
- 【PIMF】OpenHarmony啃论文俱乐部—在ACM Survey闲逛是什么体验
猜你喜欢
feign报400处理
建站常用软件PhpStudy V8.1图文安装教程(Windows版)超详细
Knowledge points and examples of [seven input / output systems]
Solution of garbled code on idea console
Easyexcel reads the geographical location data in the excel table and sorts them according to Chinese pinyin
英语 | Day15、16 x 句句真研每日一句(从句断开、修饰)
STM32__03—初识定时器
File upload and download of robot framework
LVM and disk quota
如何建立 TikTok用户信任并拉动粉丝增长
随机推荐
LVM与磁盘配额
伪分布安装spark
详解牛客----手套
Getting started with JDBC
Custom implementation of Baidu image recognition (instead of aipocr)
Zhongang Mining: Fluorite Flotation Process
vim编辑器的实时操作
[pimf] openharmony paper Club - what is the experience of wandering in ACM survey
Talk about browser cache control
[pyGame games] how did angry birds, a mobile game that became popular all over the world 10 years ago, dominate the list? Classic return
拷贝构造函数 浅拷贝与深拷贝
文件操作详解(2)
◰GL-阴影贴图核心步骤
Paging the list collection
Feign report 400 processing
MySql主从复制
Encapsulating the logging module
Construction of promtail + Loki + grafana log monitoring system
English | day15, 16 x sentence true research daily sentence (clause disconnection, modification)
Dlib of face recognition framework