|
|
@@ -371,7 +371,7 @@ export default {
|
|
|
} else if (this.dimension == 2) {
|
|
|
data = await storageApi.getHierarchyFifo({
|
|
|
type: this.dimension,
|
|
|
- ids: this.selectionList.map((item) => item.id).join(','),
|
|
|
+ ids: this.selectionList.map((item) => item.id),
|
|
|
builders: this.selectionList.map((item) => {
|
|
|
return {
|
|
|
categoryId: item.categoryId,
|