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