From 95acb2a40f31d7c32dac9665a55196d166507907 Mon Sep 17 00:00:00 2001 From: zelian_wu Date: Thu, 30 May 2024 13:40:57 +0800 Subject: [PATCH] =?UTF-8?q?2024-05-23=E8=AE=BE=E5=A4=87=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E9=87=87=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/processManagement/processBindingInfo.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/modules/processManagement/processBindingInfo.vue b/src/views/modules/processManagement/processBindingInfo.vue index 37db4c9..7ecd7c4 100644 --- a/src/views/modules/processManagement/processBindingInfo.vue +++ b/src/views/modules/processManagement/processBindingInfo.vue @@ -1167,15 +1167,22 @@ ], addTable: [] } - this.getTableList() } else if (row.menuId === '102001') { // 询价 this.queryTableParam = { tableType: 'plm_quotation', passTable: [], addTable: [] } - this.getTableList() + }else if (row.menuId === '103001'){// 打样 + this.queryTableParam = { + tableType: 'plm_proofing', + passTable: ['plm_proofing_delegate_access'], + addTable: [] + } + }else { + return } + this.getTableList() } }, /**