fix: CN-1592 UI 新增Tag检索界面:1.展开一条记录的折线图,列表查询或翻页后,折线图显示异常问题修改
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user