@@ -105,7 +105,7 @@ export default {
},
// 进入编辑页面
toEdit() {
- console.log(123123);
+ this.$router.push({ name: 'Editer', query: { graphId: this.data.graphId, id: this.data.id } })
}
};