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

驳回的页面一直报错的bug

上级 5a0fc9bb
......@@ -343,6 +343,9 @@ export default class TableCom extends Component {
componentWillReceiveProps(props) {
const { json, mapData, obj } = props;
if(json.comName === 'Select' && json.isFormulaOnce){ // 解决下拉枚举接口一直调的bug
return;
}
if (json == null || this.props.safe) {
return;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论