fix(schema): ms-json-schema组件对象属性
This commit is contained in:
parent
07d1134f52
commit
a6fb585a66
|
@ -39,7 +39,7 @@ export function parseTableDataToJsonSchema(
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
if (schemaItem.children && schemaItem.children.length > 0) {
|
if (schemaItem.children) {
|
||||||
if (schemaItem.type === 'object') {
|
if (schemaItem.type === 'object') {
|
||||||
// 对象类型
|
// 对象类型
|
||||||
schema = {
|
schema = {
|
||||||
|
|
Loading…
Reference in New Issue