luobisheng
2022-11-22 35c30ecf074b292e955d96df7a713a2166daff0e
src/views/operate/writManager/components/inquest_record/edit.vue
@@ -267,7 +267,7 @@
        "/inquest_record.docx", //"https://docxtemplater.com/tag-example.docx"
        function (error, content) {
          // eslint-disable-next-line no-debugger
          debugger;
          if (error) {
            throw error;
          }
@@ -276,7 +276,7 @@
            paragraphLoop: true,
            linebreaks: true,
          });
          debugger;
          doc.setData(that.form);
          /*向文档中写入数据*/
          doc.render();