fix: 修复使用隐藏字段时表单渲染报错的bug

This commit is contained in:
gaoyunqi
2024-03-14 10:03:31 +08:00
parent 17b3040c9b
commit ac9ff0b626

View File

@ -109,7 +109,7 @@
function getColWidth(schema: any) {
const compProps = schema.componentProps;
if (compProps.responsive) {
if (compProps?.responsive) {
if (compProps.respNewRow) {
return 24; // 响应式布局下独立成行
} else {