Commit 5f4b5b1b06a1b484ad0cdee7f7911728c2228308
1 parent
a20d6df5
1.MES 全部表格支持汇总
Showing
1 changed file
with
1 additions
and
2 deletions
src/components/Common/CommonTable/index.js
| @@ -9923,7 +9923,7 @@ class CommonTableRc extends React.Component { | @@ -9923,7 +9923,7 @@ class CommonTableRc extends React.Component { | ||
| 9923 | if (searchText !== props.searchText) { | 9923 | if (searchText !== props.searchText) { |
| 9924 | stateValue.searchText = props.searchText; | 9924 | stateValue.searchText = props.searchText; |
| 9925 | } | 9925 | } |
| 9926 | - if (props.enabled) { | 9926 | + if (true || props.enabled) { |
| 9927 | const { config } = this.props; | 9927 | const { config } = this.props; |
| 9928 | if (commonUtils.isNotEmptyObject(config)) { | 9928 | if (commonUtils.isNotEmptyObject(config)) { |
| 9929 | const productionRoute = | 9929 | const productionRoute = |
| @@ -10841,7 +10841,6 @@ class CommonTableRc extends React.Component { | @@ -10841,7 +10841,6 @@ class CommonTableRc extends React.Component { | ||
| 10841 | 10841 | ||
| 10842 | /* 获取table中的props */ | 10842 | /* 获取table中的props */ |
| 10843 | const tableProps = this.getTableProps(); | 10843 | const tableProps = this.getTableProps(); |
| 10844 | - console.log("🚀 ~ CommonTableRc ~ render ~ tableProps:", tableProps) | ||
| 10845 | let autoHeight = this.props.tableProps.AutoTableHeight; | 10844 | let autoHeight = this.props.tableProps.AutoTableHeight; |
| 10846 | 10845 | ||
| 10847 | const realizeHeight = | 10846 | const realizeHeight = |