src/components/tool/onlyoffice.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/components/view/b1-report-preparation.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/tool/onlyoffice.vue
@@ -57,7 +57,6 @@ }, methods: { async setEditor(option) { console.log(`output->option`,option) if (this.docEditor !== null) { this.docEditor.destroyEditor(); this.docEditor = null; src/components/view/b1-report-preparation.vue
@@ -354,7 +354,8 @@ title: row.entrustCode + ".docx", lang: 'zh-CN', isPrint: true, user: { id: 1, name: userName}, user_id: 1, user_name: userName, editUrl: this.javaApi + "/insReport/onlyOffice/save?fileName=" + row.entrustCode + ".docx" } })