yijing пре 1 година
родитељ
комит
c72324242c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/bpm/outgoingManagement/components/AssetsDialog.vue

+ 1 - 1
src/views/bpm/outgoingManagement/components/AssetsDialog.vue

@@ -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,