diff --git a/src/views/modules/processManagement/processBindingInfo.vue b/src/views/modules/processManagement/processBindingInfo.vue index 0d9029b..a1ea8fb 100644 --- a/src/views/modules/processManagement/processBindingInfo.vue +++ b/src/views/modules/processManagement/processBindingInfo.vue @@ -1197,6 +1197,12 @@ 'plm_technicalSpecification_team' ] } + } else if (row.menuId === '106002') { // 刀模 + this.queryTableParam = { + tableType: 'plm_project_tool_applyHeader', + passTable: [], + addTable: [] + } } else { return }