fixed a bug that occurred when copying items to a specified classification.

This commit is contained in:
unknown 2024-01-13 09:36:54 +08:00
parent c73a2b3709
commit ca43708a22

View File

@ -133,6 +133,7 @@ function batchAdd(
if (id) {
item.id = id;
item.order = newOrder;
item.classificationId = classificationId;
resultList.push(item);
}
newOrder++;