NEZ-2563 fix:dashboard 图表位置调整不能正确保存
This commit is contained in:
@@ -860,7 +860,9 @@ export default {
|
||||
},
|
||||
getPanelData () {
|
||||
this.variablesInit = true
|
||||
this.$refs.chartList.onScroll(this.scrollbarWrap.scrollTop)
|
||||
this.$nextTick(() => {
|
||||
this.$refs.chartList.onScroll(this.scrollbarWrap.scrollTop)
|
||||
})
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
|
||||
Reference in New Issue
Block a user