Browse Source

2024-05-23设备信息采集

master
zelian_wu 2 years ago
parent
commit
95acb2a40f
  1. 11
      src/views/modules/processManagement/processBindingInfo.vue

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

@ -1167,15 +1167,22 @@
], ],
addTable: [] addTable: []
} }
this.getTableList()
} else if (row.menuId === '102001') { // } else if (row.menuId === '102001') { //
this.queryTableParam = { this.queryTableParam = {
tableType: 'plm_quotation', tableType: 'plm_quotation',
passTable: [], passTable: [],
addTable: [] addTable: []
} }
this.getTableList()
}else if (row.menuId === '103001'){//
this.queryTableParam = {
tableType: 'plm_proofing',
passTable: ['plm_proofing_delegate_access'],
addTable: []
}
}else {
return
} }
this.getTableList()
} }
}, },
/** /**

Loading…
Cancel
Save