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

Merge branch 'ch/ETA_2.4' of eta_gn_front/eta_front into debug

leichen 3 сар өмнө
parent
commit
f7df746a74

+ 1 - 1
src/views/ppt_manage/newVersion/pptEditor.vue

@@ -1192,7 +1192,7 @@ export default {
       this.isSaved = true
       if(this.$route.query.id||this.pptId){
         await this.editPPT(FirstPage,Content,type)
-        if (isVersionHistory) {
+        if (this.isVersionHistory) {
           this.$refs.version.handleChangeIsOnlyMine() // 刷新版本列表
         }
       }else{