|
@@ -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()
|