From a297d3badd145f6710851d8732ac47663d167023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Thu, 11 Jan 2024 14:11:59 +0800 Subject: [PATCH] fix 80567 --- .../modules/SelectProjectModal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectProjectModal.vue b/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectProjectModal.vue index a548ee9a..b22117f8 100644 --- a/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectProjectModal.vue +++ b/src/views/workCenter/projectComplianceEvaluationProcess/modules/SelectProjectModal.vue @@ -54,7 +54,7 @@ :can-drag="true" :scroll="{x: '100%'}" ref="table" - :rowKey="(record, index) => {return index}" + rowKey="id" :columns="columns" :dataSource="dataSource" :pagination="ipagination" @@ -132,4 +132,4 @@ export default { /deep/ .table-page-search-wrapper .ant-form-inline .ant-form-item > .ant-form-item-label { min-width: 65px; } - \ No newline at end of file +