From d470e88418d318853e9853817b3ff815bf94b124 Mon Sep 17 00:00:00 2001 From: Net Date: Wed, 24 Jul 2024 17:39:29 +0700 Subject: [PATCH] return prevBackupRunTotal prevRestoreRunTotal, --- src/modules/04_system/stores/main.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/modules/04_system/stores/main.ts b/src/modules/04_system/stores/main.ts index c1f1a083..8445e1bb 100644 --- a/src/modules/04_system/stores/main.ts +++ b/src/modules/04_system/stores/main.ts @@ -324,9 +324,13 @@ export const useDataStore = defineStore("systemStore", () => { return { dataBackUp, + backupRunTotal, restoreRunTotal, + prevBackupRunTotal, + prevRestoreRunTotal, + dataSchedule, fetchListBackup,