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,