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