xiongzhu 4 роки тому
батько
коміт
3d861ba2e8

+ 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){