return prevBackupRunTotal prevRestoreRunTotal,
This commit is contained in:
parent
0a8fd9ee2b
commit
d470e88418
1 changed files with 4 additions and 0 deletions
|
|
@ -324,9 +324,13 @@ export const useDataStore = defineStore("systemStore", () => {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
dataBackUp,
|
dataBackUp,
|
||||||
|
|
||||||
backupRunTotal,
|
backupRunTotal,
|
||||||
restoreRunTotal,
|
restoreRunTotal,
|
||||||
|
|
||||||
|
prevBackupRunTotal,
|
||||||
|
prevRestoreRunTotal,
|
||||||
|
|
||||||
dataSchedule,
|
dataSchedule,
|
||||||
|
|
||||||
fetchListBackup,
|
fetchListBackup,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue