Răsfoiți Sursa

修正草稿模式身份传输问题

huqi 5 ani în urmă
părinte
comite
e9aa224246
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      o2web/source/x_component_process_Xform/Form.js

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

@@ -1123,7 +1123,7 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class({
         var draft = {
             "data": data,
             "work": this.businessData.work,
-            "identity": this.businessData.work.creatorIdentity
+            "identity": this.businessData.work.creatorIdentityDn
         }
         this.workAction.saveDraft(draft, function (json) {
             this.workAction.getDraft(json.data.id, function (json) {