From 3c621cc46eb095bf8910390fc946598bf592a7ce Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Tue, 16 Apr 2024 09:56:53 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/table/tag/TagTable.vue b/src/components/table/tag/TagTable.vue index 6d5f982d..69521f28 100644 --- a/src/components/table/tag/TagTable.vue +++ b/src/components/table/tag/TagTable.vue @@ -673,6 +673,10 @@ export default { } }) } + this.$nextTick(() => { + // 重置时间条件 + this.$refs.dateTimeRange.quickChange(DEFAULT_TIME_FILTER_RANGE.tag.activeEntity || 60) + }) }, getIsBuiltIn (isBuiltIn) { if (isBuiltIn === 1) {