Ver Fonte

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

huqi há 5 anos atrás
pai
commit
e9aa224246
1 ficheiros alterados com 1 adições e 1 exclusões
  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 = {
         var draft = {
             "data": data,
             "data": data,
             "work": this.businessData.work,
             "work": this.businessData.work,
-            "identity": this.businessData.work.creatorIdentity
+            "identity": this.businessData.work.creatorIdentityDn
         }
         }
         this.workAction.saveDraft(draft, function (json) {
         this.workAction.saveDraft(draft, function (json) {
             this.workAction.getDraft(json.data.id, function (json) {
             this.workAction.getDraft(json.data.id, function (json) {