ysy 1 жил өмнө
parent
commit
0ef8bbaf55

+ 6 - 0
src/views/material/BOMmanage/detailsPop.vue

@@ -574,6 +574,12 @@
           if (data.code == '0') {
             this.loadingInstance.close();
             this.$message.success('转换成功');
+
+ 
+             let _type = tt == 'P' ? 1 : tt == 'M' ? 2 : tt == 'A' ? 3 : 4;
+            this.currentNodeData.bomType = _type;
+            this.getTreeData();
+            this.getVersion();
           }
         });
       },