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

27282 双选会报名后管理员修改举办时间 但是单位申请信息么有随着更新

上级 9969181a
......@@ -771,10 +771,10 @@ export default class ZdyTable extends Component {
}
switch (get) {
case 'web':
// this.props.form.validateFields()
// .then((values) => {
// })
// .catch(error => console.log(error));
// this.props.form.validateFields()
// .then((values) => {
// })
// .catch(error => console.log(error));
return (
<>
{this.props.postData?.isUpdate ? (
......@@ -850,6 +850,15 @@ export default class ZdyTable extends Component {
if (!cell.content) {
return;
}
if (cell.uuid && window.smartFormGlobalProps.activeJsonConfig[currentFormKey] && window.smartFormGlobalProps.activeJsonConfig[currentFormKey][cell.uuid]) {
// debugger;
cell.content = {
...cell.content,
...window.smartFormGlobalProps.activeJsonConfig[cell.uuid],
};
// 27282 双选会报名后管理员修改举办时间 但是单位申请信息么有随着更新
}
let styles = {};
if (cell.content && cell.content.styles) {
try {
......
......@@ -1483,10 +1483,11 @@ export default class TableCom extends Component {
} = this.props;
// 27282 双选会报名后管理员修改举办时间 但是单位申请信息么有随着更新
const json = window.smartFormGlobalProps?.activeJsonConfig[uuid] ? {
const json = window.smartFormGlobalProps?.activeJsonConfig[formKey] && window.smartFormGlobalProps?.activeJsonConfig[formKey][uuid] ? {
...jsonStatic,
...window.smartFormGlobalProps?.activeJsonConfig[uuid],
...window.smartFormGlobalProps?.activeJsonConfig[formKey][uuid],
} : jsonStatic;
const {
options,
labels,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论