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() } }, /**