Kaynağa Gözat

rowKey重复的问题

yuhan 1 yıl önce
ebeveyn
işleme
07de29dd34

+ 1 - 1
itdmWeb/src/views/module-iTDM/weituo/ItdmWeituoInfoWanchengList.vue

@@ -55,7 +55,7 @@
         size="middle"
         :scroll="{x:true}"
         bordered
-        rowKey="id"
+        :rowKey="(record, index) => { return index }"
         :columns="columns"
         :dataSource="dataSource"
         :pagination="ipagination"