|
@@ -1445,7 +1445,7 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class({
|
|
|
if (this.closeImmediatelyOnProcess) {
|
|
if (this.closeImmediatelyOnProcess) {
|
|
|
this.app.close();
|
|
this.app.close();
|
|
|
}else if (typeOf(this.showCustomSubmitedDialog) === "function") {
|
|
}else if (typeOf(this.showCustomSubmitedDialog) === "function") {
|
|
|
- this.showCustomSubmitedDialog();
|
|
|
|
|
|
|
+ this.showCustomSubmitedDialog(json.data);
|
|
|
} else if (layout.mobile) {
|
|
} else if (layout.mobile) {
|
|
|
//移动端页面关闭
|
|
//移动端页面关闭
|
|
|
_self.finishOnMobile()
|
|
_self.finishOnMobile()
|