From 4f29c2691f21ab23f2014cd3b696d89ee8674661 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 11 Oct 2024 17:18:28 +0800 Subject: [PATCH] =?UTF-8?q?2024-10-11=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/processManagement/processBindingInfo.vue | 6 ++++++ 1 file changed, 6 insertions(+) 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 }