fix: CN-1592 UI 新增Tag检索界面:1.展开一条记录的折线图,列表查询或翻页后,折线图显示异常问题修改

This commit is contained in:
hanyuxia
2024-04-19 17:59:44 +08:00
parent ad7b2a3c89
commit 27c4449a39

View File

@@ -721,10 +721,8 @@ export default {
this.curExpendDataTypeVal = 'uniqueEntityObserved'
this.noMinutes = false
this.disableToEntity = false
this.expandedIds = []
clearInterval(this.interval)
if (expandedRows.length > 0 && row) {
this.expandedIds.push(row.id)
this.init(row)
this.$nextTick(() => {
const uniqueEntityObservedDom = document.getElementById('uniqueEntityObserved' + row.id)