shanbinzhang 2 月之前
父节点
当前提交
e4edeefde3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/report/EditReport.vue

+ 1 - 1
src/views/report/EditReport.vue

@@ -37,8 +37,8 @@ onMounted(() => {
     const el=document.getElementById('editor')
     const el=document.getElementById('editor')
     reportContentEditorIns=initFroalaEditor('#editor',{height:el.offsetHeight-150})
     reportContentEditorIns=initFroalaEditor('#editor',{height:el.offsetHeight-150})
 
 
+    getEtaConfig()
     if(reportCoopType.value===1) {//单人报告
     if(reportCoopType.value===1) {//单人报告
-        getEtaConfig()
         getReportDetail()
         getReportDetail()
         autoSaveTimer=setInterval(() => {
         autoSaveTimer=setInterval(() => {
             autoSaveReportContent()
             autoSaveReportContent()