chenrui hace 4 años
padre
commit
ae61f6a59e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 }"