代码修改
parent
c00e9428ce
commit
a7d2846604
|
|
@ -835,8 +835,9 @@
|
|||
label: item.label,
|
||||
colProps: { span: 12 },
|
||||
componentProps: item.componentProps,
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
})}
|
||||
callColumns.forEach((item) => {
|
||||
formObj.formInfo.schemas.forEach((val) => {
|
||||
if (item.dataIndex == val.field && val.componentProps.options) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue