From 9445ad3cf659974c2fb5553e85916e5461f53975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?1024=E5=88=9B=E6=96=B0=E5=AE=9E=E9=AA=8C=E5=AE=A4?= <1024lab@sina.com> Date: Thu, 3 Apr 2025 14:19:45 +0000 Subject: [PATCH] =?UTF-8?q?v3.15.0=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91?= =?UTF-8?q?=E5=8D=87=E7=BA=A7SaToken=E5=88=B0=E6=9C=80=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC;=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E9=87=8D?= =?UTF-8?q?=E7=A3=85=E4=BC=98=E5=8C=96=20=E6=95=B0=E6=8D=AE=E5=AD=97?= =?UTF-8?q?=E5=85=B8;=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E5=8D=87?= =?UTF-8?q?=E7=BA=A7wangEditor-next;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 1024创新实验室 <1024lab@sina.com> --- smart-admin-web-typescript/src/views/support/dict/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }"