yijing hai 1 ano
pai
achega
c72324242c

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

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