Эх сурвалжийг харах

fix: 智能章节图表无权限

shanbinzhang 2 сар өмнө
parent
commit
5903fd79c6

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

@@ -36,8 +36,8 @@ const {checkAuthBtn} = useAuthBtn()
 const reportCoopType = ref(Number(route.query.coopType))
 let autoSaveTimer=null
 onMounted(() => {
+	getEtaConfig()
 	if(reportCoopType.value===1) {
-    getEtaConfig()
     getReportDetail()
     autoSaveTimer=setInterval(() => {
         autoSaveReportContent()