activated() {
if (this.$route.query.pageId === 1) {
if (this.pageStatus) {
this.viewReport()
}
}
if (this.spread !== null) {
console.log('this.spread!==null')
this.spread.refresh()
}
console.log('激活')
},
在组件激活钩子里面使用了this.refresh()方法,但是还是存在组件空白的情况,报错如图
|