刘妍 2024-06-11 14:21:26 +08:00
commit 41533b2cb2
1 changed files with 4 additions and 0 deletions

View File

@ -225,6 +225,8 @@
arr.push(chil);
});
});
}else if(val.component){
arr.push(val);
}
});
});
@ -239,6 +241,8 @@
arr.push(chil);
});
});
}else if(item.component){
arr.push(item)
}
});
formScheme.value.formInfo.schemas = arr;