lilei 3 anos atrás
pai
commit
96830e8466

+ 1 - 1
src/views/allocationManagement/transferReturn/editGrp.vue

@@ -69,7 +69,7 @@
               size="small"
               index="0"
               tableId="table1"
-              :rowKey="(record) => record.productSn"
+              :rowKey="(record) => record.allocateNo +'-'+ record.productSn"
               :columns="columns"
               :customRow="handleClickRow"
               :data="loadData"