🐛 export msg

This commit is contained in:
Vanessa 2022-06-06 23:04:56 +08:00
parent 23ad748535
commit 432fe6be1e
5 changed files with 23 additions and 20 deletions

View file

@ -166,8 +166,7 @@ export const exportConfig = {
fetchPost("/api/export/exportDataInFolder", {
folder: result.filePath
}, () => {
hideMessage(id);
afterExport(result.filePath);
afterExport(result.filePath, id);
});
}
});