@@ -181,9 +181,7 @@ export default {
},
//返回至列表页,并选中当前页的框架(如果是编辑)
returnListPage(){
- if(this.frameId){
- this.$router.push({path:'/chartframe',query:{frameId:this.frameId}})
- }
+ this.$router.push({path:'/chartframe',query:{frameId:this.frameId||''}})
}
mounted(){