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

getActiveJson 修改

上级 26653276
export default function getActiveJson(formKey = '', uuid = ''){
if(!formKey || !uuid){
return {};
return undefined;
}
if(window.smartFormGlobalProps?.activeJsonConfig && window.smartFormGlobalProps.activeJsonConfig[formKey]){
return window.smartFormGlobalProps.activeJsonConfig[formKey][uuid] || {};
return window.smartFormGlobalProps.activeJsonConfig[formKey][uuid] || undefined;
}
return {};
return undefined;
}
......@@ -1484,11 +1484,13 @@ export default class TableCom extends Component {
} = this.props;
// 27282 双选会报名后管理员修改举办时间 但是单位申请信息么有随着更新
const json = {
...jsonStatic,
...getActiveJson(formKey, uuid),
}
const {
options,
labels,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论