From 27c4449a39ba110d128ce4f2020af1835b7b134f Mon Sep 17 00:00:00 2001 From: hanyuxia Date: Fri, 19 Apr 2024 17:59:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20CN-1592=20UI=20=E6=96=B0=E5=A2=9ETag?= =?UTF-8?q?=E6=A3=80=E7=B4=A2=E7=95=8C=E9=9D=A2:1.=E5=B1=95=E5=BC=80?= =?UTF-8?q?=E4=B8=80=E6=9D=A1=E8=AE=B0=E5=BD=95=E7=9A=84=E6=8A=98=E7=BA=BF?= =?UTF-8?q?=E5=9B=BE=EF=BC=8C=E5=88=97=E8=A1=A8=E6=9F=A5=E8=AF=A2=E6=88=96?= =?UTF-8?q?=E7=BF=BB=E9=A1=B5=E5=90=8E=EF=BC=8C=E6=8A=98=E7=BA=BF=E5=9B=BE?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/table/tag/TagTable.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/table/tag/TagTable.vue b/src/components/table/tag/TagTable.vue index c18dc54f..7a0cce6a 100644 --- a/src/components/table/tag/TagTable.vue +++ b/src/components/table/tag/TagTable.vue @@ -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)