Need to stringify.
This commit is contained in:
@@ -8,7 +8,7 @@ function httpHelper(data)
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script type='text/javascript'>
|
<script type='text/javascript'>
|
||||||
let data = ${data};
|
let data = ${JSON.stringify(data)};
|
||||||
|
|
||||||
window.opener.CLIENT.receiveFromChildWindow(data);
|
window.opener.CLIENT.receiveFromChildWindow(data);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user