lxf 1 년 전
부모
커밋
9d0004f39c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/production/warehouse/putInStorage/add.vue

+ 1 - 1
src/views/production/warehouse/putInStorage/add.vue

@@ -209,7 +209,7 @@ const selectBOM = (item) => {
   }
   if (item.id) {
     formData.data.inOutStorageBomList.push({
-      bomSpecId: item.id,
+      bomSpecId: item.id || item.bomSpecId,
       code: item.code,
       name: item.name,
       length: item.length,