Explorar o código

fix: 发货审批提交报错

liujt hai 2 meses
pai
achega
370e82aefe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,