项目代码/WIDESEA_WMSClient/src/extension/outbound/outboundOrder.js
@@ -314,6 +314,13 @@ ); }, click: (row) => { const table = this.$refs.table.$refs.table; if(table){ table.clearSelection(); table.toggleRowSelection(row,true); } const rowId =row.id; console.log(rowId); this.$refs.gridBody.open(row); } });