From 56ad59dea83aced46cbb813cb9b7508bcdba7907 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Tue, 16 Jul 2024 10:40:49 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=B3=95=E8=A7=84=E7=AC=A6=E5=90=88?= =?UTF-8?q?=E6=80=A7=E6=8E=92=E6=9F=A5=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/MainFinderDistributesBaseInfo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/MainFinderDistributesBaseInfo.vue b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/MainFinderDistributesBaseInfo.vue index 0c82221..2d35037 100644 --- a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/MainFinderDistributesBaseInfo.vue +++ b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/MainFinderDistributesBaseInfo.vue @@ -40,7 +40,7 @@ :can-drag="true" :scroll="{x: '100%'}" ref="table" - rowKey="standardNumber" + rowKey="id" :columns="columns" :dataSource="dataSource" :pagination="ipagination" @@ -70,7 +70,7 @@ :can-drag="true" :scroll="{x: '100%'}" ref="expandTable" - rowKey="standardNumber" + rowKey="id" :columns="columnsEvaluate" :dataSource="dataSourceEvaluate" formIsDepend="result"