export backupRunningList restoreRunningList
This commit is contained in:
parent
b086e08fe8
commit
e11e72b673
1 changed files with 3 additions and 0 deletions
|
|
@ -172,5 +172,8 @@ export const useDataStore = defineStore("systemStore", () => {
|
||||||
createBackUp,
|
createBackUp,
|
||||||
restore,
|
restore,
|
||||||
deleteBackUp,
|
deleteBackUp,
|
||||||
|
|
||||||
|
backupRunningList,
|
||||||
|
restoreRunningList,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue