Selaa lähdekoodia

转bom按钮bug

yusheng 11 kuukautta sitten
vanhempi
commit
c7013aab2b
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/material/BOMmanage/detailsPop.vue

+ 2 - 2
src/views/material/BOMmanage/detailsPop.vue

@@ -111,7 +111,7 @@
               v-if="
                 currentNodeData.bomType == 1 &&
                 (searchObj.isProduct ||
-                  [1, 9].includes(searchObj.rootPathIdParent))
+                  ['1', '9'].includes(searchObj.rootPathIdParent))
               "
               >转换MBOM</el-button
             >
@@ -125,7 +125,7 @@
               v-if="
                 currentNodeData.bomType == 1 &&
                 (searchObj.isProduct ||
-                  [1, 9].includes(searchObj.rootPathIdParent))
+                  ['1', '9'].includes(searchObj.rootPathIdParent))
               "
               >转换ABOM</el-button
             >