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