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 =