Sfoglia il codice sorgente

Merge branch 'Process.add_showCustomSubmitedDialog' into 'develop'

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

See merge request o2oa/o2oa!168
蔡祥熠 5 anni fa
parent
commit
2867e861ac
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      o2web/source/x_component_process_Xform/Form.js

+ 1 - 1
o2web/source/x_component_process_Xform/Form.js

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