代码修改

dianlixunjian
Zhufu 2024-06-21 09:39:18 +08:00
parent c00e9428ce
commit a7d2846604
1 changed files with 3 additions and 2 deletions

View File

@ -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) {