소스 검색

工艺路线回显

zhouqi 1 년 전
부모
커밋
0b06545289
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/saleOrder/components/create-order.vue

+ 2 - 0
src/views/saleOrder/components/create-order.vue

@@ -487,6 +487,7 @@ export default {
             if(item.productType){
               item.productType = parseInt(item.productType);
             }
+
           }
         }
         this.disabledList = res.productInfoList;
@@ -733,6 +734,7 @@ export default {
         if(arr.length == 0){
           row.bomCategoryId = '';
         }
+        console.log(arr);
         this.$set(this.form.productInfoList[index], 'bomVersionList',  arr);
         this.$forceUpdate()
       })