From 5cef239105d7cbbe1364713a7f28b93746e07319 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Wed, 27 May 2026 14:55:59 +0800 Subject: [PATCH] 1.去掉无用console --- src/components/Common/CommonTable/index.js | 7 +------ src/utils/config.js | 4 ++-- 2 files changed, 3 insertions(+), 8 deletions(-) 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 (