xiongzhu 5 년 전
부모
커밋
3d861ba2e8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      o2web/source/x_component_process_Xform/Documenteditor.js

+ 2 - 1
o2web/source/x_component_process_Xform/Documenteditor.js

@@ -3039,7 +3039,8 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor =  new Cla
             var body = {
                 "fileName": fileName,
                 "site": this.json.toWordSite || "$doc",
-                "content": content
+                "content": content,
+                selectStamp: this.data.selectStamp
             };
             o2.Actions.get("x_processplatform_assemble_surface").docToPDF(this.form.businessData.work.id, body, function(json){
                 if (this.form.businessData.workCompleted){