diff --git a/src/views/modules/processManagement/processBindingInfo.vue b/src/views/modules/processManagement/processBindingInfo.vue index fcd2861..cf7e63d 100644 --- a/src/views/modules/processManagement/processBindingInfo.vue +++ b/src/views/modules/processManagement/processBindingInfo.vue @@ -1186,6 +1186,12 @@ passTable: [], addTable: ['plm_test_so_bom'] } + } else if (row.menuId === '103002') { // BM + this.queryTableParam = { + tableType: 'plm_technical_specification_sheet', + passTable: [], + addTable: [] + } } else { return }