@@ -83,7 +83,7 @@
<a-table
:columns="referShipDetailsColumns"
:data-source="referShipDetailsData"
- :row-key="record => record.id"
+ :row-key="groupId"
:loading="loading"
:pagination="pagination"
:rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"