소스 검색

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,