chenrui il y a 4 ans
Parent
commit
ae61f6a59e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/productManagement/productOfflineAudit/list.vue

+ 1 - 1
src/views/productManagement/productOfflineAudit/list.vue

@@ -89,7 +89,7 @@
       ref="table"
       size="default"
       :row-selection="rowSelection"
-      :rowKey="(record) => record.id"
+      :rowKey="(record) => record.productSn"
       :columns="columns"
       :data="loadData"
       :scroll="{ x: 2010, y: tableHeight }"