Commit 5f4b5b1b06a1b484ad0cdee7f7911728c2228308

Authored by Min
1 parent a20d6df5

1.MES 全部表格支持汇总

src/components/Common/CommonTable/index.js
... ... @@ -9923,7 +9923,7 @@ class CommonTableRc extends React.Component {
9923 9923 if (searchText !== props.searchText) {
9924 9924 stateValue.searchText = props.searchText;
9925 9925 }
9926   - if (props.enabled) {
  9926 + if (true || props.enabled) {
9927 9927 const { config } = this.props;
9928 9928 if (commonUtils.isNotEmptyObject(config)) {
9929 9929 const productionRoute =
... ... @@ -10841,7 +10841,6 @@ class CommonTableRc extends React.Component {
10841 10841  
10842 10842 /* 获取table中的props */
10843 10843 const tableProps = this.getTableProps();
10844   - console.log("🚀 ~ CommonTableRc ~ render ~ tableProps:", tableProps)
10845 10844 let autoHeight = this.props.tableProps.AutoTableHeight;
10846 10845  
10847 10846 const realizeHeight =
... ...