diff --git a/ui/src/views/document/index.vue b/ui/src/views/document/index.vue index f97f60916..09584c981 100644 --- a/ui/src/views/document/index.vue +++ b/ui/src/views/document/index.vue @@ -47,8 +47,9 @@ @row-click="rowClickHandle" @selection-change="handleSelectionChange" v-loading="loading" + :row-key="(row: any) => row.id" > - +