Browse Source

bug 修复

lilei 3 năm trước cách đây
mục cha
commit
96830e8466
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/allocationManagement/transferReturn/editGrp.vue

+ 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"