提交 750a3974 authored 作者: chscls@163.com's avatar chscls@163.com

安全模式

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