ysy 1 năm trước cách đây
mục cha
commit
edb4e687f8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 || [];