From 35c30ecf074b292e955d96df7a713a2166daff0e Mon Sep 17 00:00:00 2001
From: luobisheng <727299681@qq.com>
Date: 星期二, 22 十一月 2022 18:32:06 +0800
Subject: [PATCH] 上传处置结果处理
---
src/views/operate/writManager/components/inquest_record/edit.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/operate/writManager/components/inquest_record/edit.vue b/src/views/operate/writManager/components/inquest_record/edit.vue
index 72869e7..d00b0c4 100644
--- a/src/views/operate/writManager/components/inquest_record/edit.vue
+++ b/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);
/*鍚戞枃妗d腑鍐欏叆鏁版嵁*/
doc.render();
--
Gitblit v1.8.0