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: "갱신 완료",