แก้ deleteBackUp ส่ง name
This commit is contained in:
parent
fc1f30b6b4
commit
56c3ca22d7
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ export const useDataStore = defineStore("systemStore", () => {
|
|||
showLoader();
|
||||
await http
|
||||
.delete(config.API.backup + "/delete", {
|
||||
data: { filename: filename },
|
||||
data: { name: filename },
|
||||
})
|
||||
.then(async (res) => {
|
||||
await fetchListBackup();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue