diff --git a/smart-admin-web-typescript/src/views/support/dict/index.vue b/smart-admin-web-typescript/src/views/support/dict/index.vue index c7261993..deaf4b6c 100644 --- a/smart-admin-web-typescript/src/views/support/dict/index.vue +++ b/smart-admin-web-typescript/src/views/support/dict/index.vue @@ -68,7 +68,7 @@ :dataSource="tableData" :columns="columns" :loading="tableLoading" - rowKey="dictKeyId" + rowKey="dictId" :pagination="false" bordered :row-selection="{ selectedRowKeys: selectedRowKeyList, onChange: onSelectChange }"