ysy 1 년 전
부모
커밋
a659a3f84c
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      src/views/material/BOMmanage/components/bomTreeDialog.vue

+ 6 - 1
src/views/material/BOMmanage/components/bomTreeDialog.vue

@@ -256,7 +256,12 @@
       },
 
       async open(type, versions, categoryId, treeId, isTemp) {
-        this.attributeData = {};
+        this.attributeData = {
+          dosage: 1,
+          bomTypeRouting: '',
+          unit: '',
+          remake: ''
+        };
         this.attributeData.bomType = type;
       
         this.attributeData.versions = versions;