Browse Source

2024-10-11

优化
master
fengyuan_yang 1 year ago
parent
commit
4f29c2691f
  1. 6
      src/views/modules/processManagement/processBindingInfo.vue

6
src/views/modules/processManagement/processBindingInfo.vue

@ -1197,6 +1197,12 @@
'plm_technicalSpecification_team' 'plm_technicalSpecification_team'
] ]
} }
} else if (row.menuId === '106002') { //
this.queryTableParam = {
tableType: 'plm_project_tool_applyHeader',
passTable: [],
addTable: []
}
} else { } else {
return return
} }

Loading…
Cancel
Save