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

修改bug

上级 020582f0
......@@ -662,14 +662,21 @@ export default class tableCom extends Component {
if (json.funcs != null && json.funcs != "") {
let enu;
try {
this.getFunctionValue(json.funcs, { base52: this.props.uuid }, json) ;
} catch (e) {
message.error("公式选项配置存在问题")
this.getFunctionValue(json.funcs, { base52: this.props.uuid }, json) ;
} catch (e) {
message.error("公式选项配置存在问题")
}
if (init != null && Object.keys(init).length > 0) {
}else if (!this.props.isEdit && Object.keys(obj).length > 0) {
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论