提交 48c2863d 编写于 作者: 蔡祥熠

Merge branch 'fix/Process.add_showCustomSubmitedDialog_function' into 'develop'

Merge of fix/[流程管理]增加流程提交以后提示框的自定义接口方法 to develop

See merge request o2oa/o2oa!167
......@@ -1444,6 +1444,8 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class({
if (this.closeImmediatelyOnProcess) {
this.app.close();
}else if (typeOf(this.showCustomSubmitedDialog) === "function") {
this.showCustomSubmitedDialog();
} else if (layout.mobile) {
//移动端页面关闭
_self.finishOnMobile()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册