Browse Source

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

leichen 3 tháng trước cách đây
mục cha
commit
f7df746a74
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/ppt_manage/newVersion/pptEditor.vue

+ 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{