misc: PageFront 로딩 직후에는 갱신 완료 메시지 없음
This commit is contained in:
@@ -407,7 +407,10 @@ watch(refreshCounter, async () => {
|
|||||||
recordRef.value.unshift([id, formatLog(record)]);
|
recordRef.value.unshift([id, formatLog(record)]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (haveNewRecord) {
|
if (refreshCounter.value <= 1){
|
||||||
|
console.log('초기화 완료');
|
||||||
|
}
|
||||||
|
else if (haveNewRecord) {
|
||||||
toasts.info(
|
toasts.info(
|
||||||
{
|
{
|
||||||
title: "갱신 완료",
|
title: "갱신 완료",
|
||||||
|
|||||||
Reference in New Issue
Block a user