提交 f3cc12cd authored 作者: 钟是志's avatar 钟是志

2024年8月14日 10:32:32 姚鑫国钉钉说的 非编辑模式不需要加查询条件

上级 703ebc74
......@@ -543,7 +543,8 @@ export default class TableCom extends Component {
column.render = val => moment(parseInt(val)).format(ff);
}
if (cll[k].isQuery) {
// console.log("🚀 ~ file:index method: line:546 -----", this.props, "this.props");
if (cll[k].isQuery && this.props.isEdit) { // 2024年8月14日 10:32:32 姚鑫国钉钉说的 非编辑模式不需要加查询条件
column = {
...this.getColumnSearchProps(cll[k].name, cll[k].title),
...column,
......@@ -2380,7 +2381,6 @@ ${obj[dataColumn.base52]}
if (json.showTable) {
cm = (
<Table
get={get}
columns={this.state.columns}
size="small"
dataSource={ds}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论