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

代码优化

上级 3ca2ad82
......@@ -850,7 +850,7 @@ export default class ZdyTable extends Component {
if (!cell.content) {
return;
}
if (cell.uuid && window.smartFormGlobalProps.activeJsonConfig[currentFormKey] && window.smartFormGlobalProps.activeJsonConfig[currentFormKey][cell.uuid]) {
if (cell.uuid && window.smartFormGlobalProps?.activeJsonConfig[currentFormKey] && window.smartFormGlobalProps?.activeJsonConfig[currentFormKey][cell.uuid]) {
// debugger;
cell.content = {
...cell.content,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论