From 9c963e82b637d9fb9c4ca89c061367b2a7d49672 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 3 Jun 2024 15:52:23 +0800 Subject: [PATCH] =?UTF-8?q?2024-06-03=20=E6=9B=B4=E6=96=B02?= 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 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 }