diff --git a/src/components/Common/CommonTable/index.js b/src/components/Common/CommonTable/index.js index 424e125..0f670ce 100644 --- a/src/components/Common/CommonTable/index.js +++ b/src/components/Common/CommonTable/index.js @@ -3347,9 +3347,8 @@ class CommonTableRc extends React.Component { } else { components.header = { cell: ResizeableTitle }; } - let bPagination = true; /* 默认表格分页s */ + let bPagination = true; /* 默认表格分页 */ let {mesTotalCount , mesPageSize, mesPageNum, isPagination} = this.props.tableProps || {}; - console.log(this.props.tableProps, 'this.props.tableProps'); if (commonUtils.isNotEmptyObject(this.props)) { bPagination = @@ -4862,7 +4861,6 @@ class CommonTableRc extends React.Component { }} loading={bLoading} onClick={e => { - console.log("🚀 ~ CommonTableRc ~ e:", e) e.stopPropagation(); /* 阻止父级穿透 */ const onTempTableBtnClick = nextProps => { props.onTableBtnClick && @@ -8161,7 +8159,6 @@ class CommonTableRc extends React.Component { commonUtils.isNotEmptyObject(this.props.tableProps.chooseProcessConfigRow) ) { const iIndex = this.props.tableProps.chooseProcessConfigRow; - console.log("🚀 ~ CommonTableRc ~ this.props.tableProps:", this.props) this.props.onBtnChoose("process", "BtnChooseProcess", iIndex); } }; @@ -10825,7 +10822,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 = @@ -11159,7 +11155,6 @@ class CommonTableRc extends React.Component { mesPageChange: true }); } - console.log(tableProps, 'tablePropstableProps'); return (