return prevBackupRunTotal prevRestoreRunTotal,

This commit is contained in:
Net 2024-07-24 17:39:29 +07:00
parent 0a8fd9ee2b
commit d470e88418

View file

@ -324,9 +324,13 @@ export const useDataStore = defineStore("systemStore", () => {
return {
dataBackUp,
backupRunTotal,
restoreRunTotal,
prevBackupRunTotal,
prevRestoreRunTotal,
dataSchedule,
fetchListBackup,