改进 删除资料库后自动返回
All checks were successful
Build / build (push) Successful in 1m40s

This commit is contained in:
ivamp 2024-09-19 23:13:39 +08:00
parent 75ef90216c
commit 72aa819582

View File

@ -296,6 +296,7 @@ const newLibrary = async () => {
const remove = async (id: number) => {
await getApi().Library.apiV1LibrariesIdDelete(id);
showEditLibraryDialog.value = false;
libraryStore.updateLibraries();
};