From 9a8d3a3e3e153ad4f1971b5da67b963b6841731a Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期二, 02 九月 2025 13:29:06 +0800 Subject: [PATCH] 打包配置 --- src/components/PIMTable/PIMTable.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/PIMTable/PIMTable.vue b/src/components/PIMTable/PIMTable.vue index fb472fb..955173d 100644 --- a/src/components/PIMTable/PIMTable.vue +++ b/src/components/PIMTable/PIMTable.vue @@ -301,7 +301,7 @@ }, rowKey: { type: String, - default: undefined, + default: 'id', }, page: { type: Object, -- Gitblit v1.9.3