From 5f4b5b1b06a1b484ad0cdee7f7911728c2228308 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Mon, 8 Jun 2026 15:45:24 +0800 Subject: [PATCH] 1.MES 全部表格支持汇总 --- src/components/Common/CommonTable/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Common/CommonTable/index.js b/src/components/Common/CommonTable/index.js index cffc435..5b226c8 100644 --- a/src/components/Common/CommonTable/index.js +++ b/src/components/Common/CommonTable/index.js @@ -9923,7 +9923,7 @@ class CommonTableRc extends React.Component { if (searchText !== props.searchText) { stateValue.searchText = props.searchText; } - if (props.enabled) { + if (true || props.enabled) { const { config } = this.props; if (commonUtils.isNotEmptyObject(config)) { const productionRoute = @@ -10841,7 +10841,6 @@ class CommonTableRc extends React.Component { /* 获取table中的props */ const tableProps = this.getTableProps(); - console.log("🚀 ~ CommonTableRc ~ render ~ tableProps:", tableProps) let autoHeight = this.props.tableProps.AutoTableHeight; const realizeHeight = -- libgit2 0.22.2