Commit 0605a51a by liuyong

修改bug

1 parent 492de28e
......@@ -23,7 +23,7 @@
<span slot="label">
<i class="el-icon-share"></i>
</span>
<Mind></Mind>
<Mind ref="mindComponent"></Mind>
</el-tab-pane>
</el-tabs>
</div>
......@@ -140,7 +140,7 @@ export default {
break;
case '2':
this.showBtn = false;
console.log('导图页面')
this.$refs.mindComponent.getMindData();
break;
}
}
......
......@@ -26,7 +26,7 @@ export default {
mounted(){
this.id = this.$route.query.id;
this.getMindData();
// this.getMindData();
// var mind = {
// /* 元数据,定义思维导图的名称、作者、版本等信息 */
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!