chenlei 2 달 전
부모
커밋
6aa090922d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/ppt_manage/newVersion/pptEditor.vue

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

@@ -1092,7 +1092,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{