From 47bf5cdd172b8ad7f9d64a4f019c8b79ef24b579 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 9 Mar 2023 20:32:10 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20PageFront=20=EB=A1=9C=EB=94=A9=20?= =?UTF-8?q?=EC=A7=81=ED=9B=84=EC=97=90=EB=8A=94=20=EA=B0=B1=EC=8B=A0=20?= =?UTF-8?q?=EC=99=84=EB=A3=8C=20=EB=A9=94=EC=8B=9C=EC=A7=80=20=EC=97=86?= =?UTF-8?q?=EC=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/PageFront.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hwe/ts/PageFront.vue b/hwe/ts/PageFront.vue index b26d473c..969cf954 100644 --- a/hwe/ts/PageFront.vue +++ b/hwe/ts/PageFront.vue @@ -407,7 +407,10 @@ watch(refreshCounter, async () => { recordRef.value.unshift([id, formatLog(record)]); } } - if (haveNewRecord) { + if (refreshCounter.value <= 1){ + console.log('초기화 완료'); + } + else if (haveNewRecord) { toasts.info( { title: "갱신 완료",