cxmo 1 年之前
父节点
当前提交
5401c1b636
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/views/chartFrame_manage/frameEditor.vue

+ 1 - 3
src/views/chartFrame_manage/frameEditor.vue

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