From c7f564ee6265b0ef55ff133315d6162dfbcc0f06 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 18 Jan 2024 09:22:13 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=81=E0=B8=A5=E0=B9=88=E0=B8=AD=E0=B8=87?= =?UTF-8?q?=E0=B8=82=E0=B9=89=E0=B8=AD=E0=B8=84=E0=B8=A7=E0=B8=B2=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/01_dashboard/views/Dashboard.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/01_dashboard/views/Dashboard.vue b/src/modules/01_dashboard/views/Dashboard.vue index 4d022af..13d67b7 100644 --- a/src/modules/01_dashboard/views/Dashboard.vue +++ b/src/modules/01_dashboard/views/Dashboard.vue @@ -152,7 +152,6 @@ const scrollTargetRef = ref(null); const totalInbox = ref(0); async function onLoad(index: number, done: any) { const num = index === 1 ? 0 : index++; - if (inboxList.value.length < totalInbox.value) { setTimeout(() => { fetchlistInbox(num);