chenlei 2 tháng trước cách đây
mục cha
commit
6aa090922d
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

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