ysy há 1 ano atrás
pai
commit
edb4e687f8
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/material/BOMmanage/detailsPop.vue

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

@@ -526,7 +526,7 @@
         let param = {
           categoryId: this.searchObj.categoryId,
           bomType: this.currentNodeData.bomType,
-          isTemp: this.searchObj.isTemp
+          isTemp: this.searchObj.isTemp || 0
         };
         versionList(param).then((res) => {
           this.versList = res || [];