From 1782c88ea9fe43e462f30bffb7979b996bbc5d8c Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Tue, 16 Apr 2024 09:43:58 +0800 Subject: [PATCH] =?UTF-8?q?CN-1592=20fix:=20=E4=BF=AE=E5=A4=8Dtag=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E5=88=87=E6=8D=A2=E7=8A=B6=E6=80=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/table/tag/TagTable.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/table/tag/TagTable.vue b/src/components/table/tag/TagTable.vue index a63c7493..6d5f982d 100644 --- a/src/components/table/tag/TagTable.vue +++ b/src/components/table/tag/TagTable.vue @@ -660,6 +660,7 @@ export default { dropExpandChange (row, expandedRows, flag) { this.curExpendDataType = this.$t('tag.uniqueEntityObserved') this.curExpendDataTypeVal = 'uniqueEntityObserved' + this.disableToEntity = false this.expandedIds = [] clearInterval(this.interval) if (expandedRows.length > 0 && row) {