|
@@ -175,7 +175,7 @@
|
|
|
:style="{fontFamily:item.family,fontSize:(item.size*2)+'px',fontWeight:item.weight,textAlign:item.align,color:item.color,
|
|
|
width:item.width,height:item.height,left:item.left,top:item.top
|
|
|
}">
|
|
|
- {{ layoutBaseInfo[item.value] }}
|
|
|
+ {{ layoutBaseInfo[item.value] }}111
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -215,7 +215,7 @@
|
|
|
<!-- 语义分析 -->
|
|
|
<SemanticAnalysis v-if="rightType==='semanticAnalysis'"/>
|
|
|
<!-- 版本记录 -->
|
|
|
- <VersionRecord v-if="rightType==='versionRecord'" :selectChapterId="selectChapterId" @handleRestore="handleRestore"/>
|
|
|
+ <VersionRecord v-if="rightType==='versionRecord'" ref="version" :selectChapterId="selectChapterId" @handleRestore="handleRestore"/>
|
|
|
<!-- 版图资源库 -->
|
|
|
<ImgSource v-if="rightType==='imgSource'" @change="handleInsertImgSource" @close="handleCloseRight"/>
|
|
|
</div>
|
|
@@ -497,7 +497,9 @@ export default {
|
|
|
})
|
|
|
if(res.Ret !== 200) return
|
|
|
resolve(true)
|
|
|
-
|
|
|
+ if(type !== '') {
|
|
|
+ this.$refs.version.getSandBoxList() // 刷新版本列表
|
|
|
+ }
|
|
|
type==='save' && this.$message.success(res.Msg);
|
|
|
})
|
|
|
},
|
|
@@ -1189,6 +1191,9 @@ export default {
|
|
|
if(!isAutoSave){
|
|
|
this.$message.success(this.$t('MsgPrompt.saved_msg'))
|
|
|
}
|
|
|
+ if(IsManualSave) {
|
|
|
+ this.$refs.version.getSandBoxList() // 刷新版本列表
|
|
|
+ }
|
|
|
}
|
|
|
})
|
|
|
})
|