From 32a0b83e0db1d02fa80a820b37c706a96ecb01c4 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 14 Sep 2022 16:57:21 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=20endpoint=20?= =?UTF-8?q?=E6=89=93=E5=BC=80=E4=BA=8C=E7=BA=A7=E9=A1=B5=E9=9D=A2=E5=90=8E?= =?UTF-8?q?=20=E6=93=8D=E4=BD=9C=E5=88=97=E9=94=99=E4=BD=8D=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/js/tools.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nezha-fronted/src/components/common/js/tools.js b/nezha-fronted/src/components/common/js/tools.js index f75b807c4..71d15b2b3 100644 --- a/nezha-fronted/src/components/common/js/tools.js +++ b/nezha-fronted/src/components/common/js/tools.js @@ -393,6 +393,10 @@ export const bottomBoxWindow = { } }, 210) */ } + vm.$nextTick(() => { + const table = vm.$refs.dataTable || vm.$parent.$refs.dataTable + table.$refs.dataTable.doLayout() + }) } } export function stringTimeParseToUnix (stringTime) {