Fixed the bug of not exiting batch mode after batch deletion.

This commit is contained in:
unknown 2023-11-19 21:24:34 +08:00
parent 82f5fe8cfe
commit f556343883

View File

@ -711,6 +711,8 @@ onMounted(() => {
// //
removeInvalidItem(id); removeInvalidItem(id);
} }
//
clearBatchOperation();
// DOM // DOM
nextTick(() => { nextTick(() => {
// //