lsc 2 tahun lalu
induk
melakukan
f89afe6469
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      js/gm/DeskTop.js

+ 2 - 2
js/gm/DeskTop.js

@@ -2471,7 +2471,7 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
             }).form; //创建窗体
 
             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 = {
                 "id": str + _formdiv.id,
@@ -2594,7 +2594,7 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
     if (_iframe) {
         if (str == 'doc') {
             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(script2);
                 // _iframe.contentWindow.document.body.appendChild(script3);