【发布时间】:2020-08-13 10:03:15
【问题描述】:
我正在尝试获取 ag-grid 行数据以在模式窗口中进行编辑。 在渲染 vue 时出现以下错误。
[Vue 警告]:挂载钩子中的错误:“TypeError: Cannot read property 'data' of undefined”
我的代码。这是挂载的方法。
mounted() {
this.leadsData = JSON.parse(JSON.stringify(this.params.data))
},
【问题讨论】:
-
你是如何传递你想要检索的数据的?如果你使用路由参数,你需要使用 this.$route.params.data
标签: vue.js