NEZ-1346 fix:选择具体 chart 进行同步,同步后图表未刷新

This commit is contained in:
zhangyu
2021-11-26 15:42:06 +08:00
parent 9b8b5daa7e
commit 81f205a637
3 changed files with 13 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ export default {
})
}
if (this.detailType === 'view') {
this.$refs.dataDetail.$refs.dataTable.scrollTop = 0
this.$refs.dataDetail && (this.$refs.dataDetail.$refs.dataTable.scrollTop = 0)
}
}
})