From 3ef5cb8e19a1f6aed8e957d6cce7a79df965e67e Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Wed, 12 Nov 2025 15:45:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96Table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Table/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/Table/index.js b/components/Table/index.js index a754f05..22230a6 100644 --- a/components/Table/index.js +++ b/components/Table/index.js @@ -11,13 +11,11 @@ function TablePro(props) { rowKey = "id", ...restProps } = props; - - const storeIndex = props.storeIndex || `${window.process.env.app.antd["ant-prefix"]}_${Math.random().toString(36).substring(2)}`; function calcColumns() { showIndexColumn && columns.unshift({...getIndexColumn(props.pagination), fixed: indexColumnFixed}); return columns.map(item => ({ align: useAlignCenter ? "center" : "left", ...item })); } - return