From 3b607da42dc6117fd8e22598faede35c16ad500a Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Thu, 11 Jul 2024 15:48:47 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20unshift?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_system/stores/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/04_system/stores/main.ts b/src/modules/04_system/stores/main.ts index 272f6c17..60f6320e 100644 --- a/src/modules/04_system/stores/main.ts +++ b/src/modules/04_system/stores/main.ts @@ -119,7 +119,7 @@ export const useDataStore = defineStore("storeData", () => { }); if (index === -1) { - dataBackUp.value.push({ + dataBackUp.value.unshift({ id: item.created_at.toString(), name: "-", timestamp: item.created_at,