|
@@ -461,6 +461,7 @@ const onIframeInit = () => {
|
|
onMounted(() => {
|
|
onMounted(() => {
|
|
window.addEventListener('message', (e) => {
|
|
window.addEventListener('message', (e) => {
|
|
const data = e.data
|
|
const data = e.data
|
|
|
|
+ console.log(data)
|
|
if (data.type === 'onCloseIframe') {
|
|
if (data.type === 'onCloseIframe') {
|
|
console.log('二级表单发送关闭消息,onCloseIframe')
|
|
console.log('二级表单发送关闭消息,onCloseIframe')
|
|
state.detail.show = false
|
|
state.detail.show = false
|