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