From 2beb1e0ed46b8779347edad5db09c4b6c761b8ba Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 18 Apr 2023 17:45:06 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2781=20fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=20?= =?UTF-8?q?=E9=80=9A=E8=BF=87=20table=20=E5=86=8D=E6=AC=A1=E6=89=93?= =?UTF-8?q?=E5=BC=80=E4=BA=8C=E7=BA=A7alert=E9=A1=B5=E9=9D=A2=20=20?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=9C=AA=E6=9B=B4=E6=96=B0=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/common/bottomBox/tabs/alertMessageTabNew.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTabNew.vue b/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTabNew.vue index 61db89e40..bdf648cf1 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTabNew.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTabNew.vue @@ -164,7 +164,10 @@ export default { this.state = '2' } this.searchLabel = {} - this.getTableData() + // this.getTableData() + setTimeout(() => { + this.$refs.pickTime && this.$refs.pickTime.$refs.timePicker.refresh() + }, 100) } } },