Commit dc029c675172cb8aa301ae7148c2dd2582fd28a6
1 parent
afa86f42
update...
Showing
1 changed file
with
2 additions
and
1 deletions
src/main/resources/static/real_control_v2/js/forms/form_embed.js
| ... | ... | @@ -44,7 +44,7 @@ var gb_embed_form_hanlde = (function () { |
| 44 | 44 | //包裹页面 |
| 45 | 45 | var wrapUrl = '/real_control_v2/js/forms/wrap.html?origin=real_control_iframe'; |
| 46 | 46 | |
| 47 | - layer.open({ | |
| 47 | + var index = layer.open({ | |
| 48 | 48 | type: 2, |
| 49 | 49 | title: title, |
| 50 | 50 | shadeClose: true, |
| ... | ... | @@ -61,6 +61,7 @@ var gb_embed_form_hanlde = (function () { |
| 61 | 61 | |
| 62 | 62 | } |
| 63 | 63 | }); |
| 64 | + layer.full(index); | |
| 64 | 65 | }; |
| 65 | 66 | |
| 66 | 67 | ... | ... |