From 5339d0a4f104b63f0213fe0ed425e9dccfb1287d Mon Sep 17 00:00:00 2001 From: marvzhang Date: Tue, 10 Mar 2020 20:29:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95=E5=88=9D?= =?UTF-8?q?=E6=AC=A1=E5=8A=A0=E8=BD=BD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/Node/NodeInstallationMatrix.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/Node/NodeInstallationMatrix.vue b/frontend/src/components/Node/NodeInstallationMatrix.vue index 75c61779..cdbc05f0 100644 --- a/frontend/src/components/Node/NodeInstallationMatrix.vue +++ b/frontend/src/components/Node/NodeInstallationMatrix.vue @@ -179,7 +179,9 @@ export default { } }, async created () { - this.getData() + setTimeout(() => { + this.getData() + }, 1000) this.handle = setInterval(() => { this.getData()