liujt 2 месяцев назад
Родитель
Сommit
370e82aefe
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pages/home/wt/components/salesDelivery/selectEnterType.vue

+ 1 - 1
pages/home/wt/components/salesDelivery/selectEnterType.vue

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