提交 13ba7334 authored 作者: chscls@163.com's avatar chscls@163.com

安全模式

上级 750a3974
......@@ -423,7 +423,7 @@ export default class tableCom extends Component {
});
componentWillReceiveProps(props) {
const { json, mapData, obj,safe } = props;
const { json, mapData, obj } = props;
if (json == null||this.props.safe) {
return;
}
......@@ -1281,7 +1281,7 @@ export default class tableCom extends Component {
}
}
this.getData(json, dataColumn, obj)
if (json.formula != null && json.formula != ""&&!this.props.safe) {
this.getFunctionValue(json.formula, dataColumn, json)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论