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);
}
// 清空批量操作
clearBatchOperation();
// 刷新DOM完毕执行
nextTick(() => {
// 创建项目拖拽对象