提交 eccf3a7c 编写于 作者: F fancy

草稿提交reload的bug

上级 c1d9feed
......@@ -2312,10 +2312,11 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class(
var item = layout.desktop.message.addMessage(msg);
}
}
if (layout.app && layout.app.inBrowser) {
if (layout.app) layout.app.$openWithSelf = true;
layout.desktop.openApplication(null, "process.Work", { "workId": this.app.options.workId, "action": "processTask" });
}
// 多次加载的bug
// if (layout.app && layout.app.inBrowser) {
// if (layout.app) layout.app.$openWithSelf = true;
// layout.desktop.openApplication(null, "process.Work", { "workId": this.app.options.workId, "action": "processTask" });
// }
this.app.options.action = "processTask";
this.app.reload();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册