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"