@@ -337,6 +337,17 @@ onBeforeMount(() => {
onMounted(() => {
initDictionary()
onReset()
+ window.parent.postMessage(
+ {
+ type: 'setFormConfig',
+ data: JSON.parse(
+ JSON.stringify({
+ formHeight: 800,
+ }),
+ ),
+ },
+ '*',
+ )
})
const initDictionary = () => {}
const onConfirmIframe = (msgData) => {