shanbinzhang 2 tháng trước cách đây
mục cha
commit
e4edeefde3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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')
     reportContentEditorIns=initFroalaEditor('#editor',{height:el.offsetHeight-150})
 
+    getEtaConfig()
     if(reportCoopType.value===1) {//单人报告
-        getEtaConfig()
         getReportDetail()
         autoSaveTimer=setInterval(() => {
             autoSaveReportContent()