|
@@ -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 {
|