提交 d56fa521 编写于 作者: 楼国栋

Merge branch 'fix/work_draft_reload_bug' into 'develop'

草稿提交reload的bug

See merge request o2oa/o2oa!1231
......@@ -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.
先完成此消息的编辑!
想要评论请 注册