lsc 2 years ago
parent
commit
d6286ff618
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/Desktop/DeskTop.js

+ 2 - 2
js/Desktop/DeskTop.js

@@ -3738,10 +3738,10 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
             };
             if (onloadListener) {
                 // iframe 已经加载完成  
-                U.MD.D.I.getContent(cid, stage, task, tool, _userid, '3', _iframe)
+                _iframe.location.reload();  
             } else {
                 // iframe 还没有加载完成  
-                U.MD.D.I.getContent(cid, stage, task, tool, _userid, '3', _iframe)
+                _iframe.location.reload();
             }
 
         } else {