pan
2025-11-21 29f01b0f46e056212c83513ca59be8c3b70d6b41
项目代码/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);
          }
      });