Преглед изворни кода

fix: 发货审批提交报错

liujt пре 2 месеци
родитељ
комит
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) {
 					data = await getHierarchyFifo({
 						type: this.dimension,
-						ids: selectionList.map(item => item.id).join(','),
+						ids: selectionList.map(item => item.id),
 						builders: selectionList.map((item) => {
 							return {
 								categoryId: item.categoryId,