|
@@ -2471,7 +2471,7 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
|
|
}).form; //创建窗体
|
|
}).form; //创建窗体
|
|
|
|
|
|
U.UF.DL.iframeLoad($("iframe", _formdiv)[0], function () {
|
|
U.UF.DL.iframeLoad($("iframe", _formdiv)[0], function () {
|
|
- $("iframe", _formdiv)[0].contentWindow.U.MD.O.W.load();
|
|
|
|
|
|
+ $("iframe", _formdiv)[0].contentWindow.U.MD.O.W.load(cid, stage, task, tool);
|
|
})
|
|
})
|
|
_taskbar = {
|
|
_taskbar = {
|
|
"id": str + _formdiv.id,
|
|
"id": str + _formdiv.id,
|
|
@@ -2594,7 +2594,7 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
|
|
if (_iframe) {
|
|
if (_iframe) {
|
|
if (str == 'doc') {
|
|
if (str == 'doc') {
|
|
U.UF.DL.iframeLoad(_iframe, function () {
|
|
U.UF.DL.iframeLoad(_iframe, function () {
|
|
- _iframe.contentWindow.U.MD.O.W.load();
|
|
|
|
|
|
+ _iframe.contentWindow.U.MD.O.W.load(cid, stage, task, tool);
|
|
_iframe.contentWindow.document.body.appendChild(script1);
|
|
_iframe.contentWindow.document.body.appendChild(script1);
|
|
_iframe.contentWindow.document.body.appendChild(script2);
|
|
_iframe.contentWindow.document.body.appendChild(script2);
|
|
// _iframe.contentWindow.document.body.appendChild(script3);
|
|
// _iframe.contentWindow.document.body.appendChild(script3);
|