Commit dc029c675172cb8aa301ae7148c2dd2582fd28a6

Authored by 潘钊
1 parent afa86f42

update...

src/main/resources/static/real_control_v2/js/forms/form_embed.js
@@ -44,7 +44,7 @@ var gb_embed_form_hanlde = (function () { @@ -44,7 +44,7 @@ var gb_embed_form_hanlde = (function () {
44 //包裹页面 44 //包裹页面
45 var wrapUrl = '/real_control_v2/js/forms/wrap.html?origin=real_control_iframe'; 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 type: 2, 48 type: 2,
49 title: title, 49 title: title,
50 shadeClose: true, 50 shadeClose: true,
@@ -61,6 +61,7 @@ var gb_embed_form_hanlde = (function () { @@ -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