Commit 496ed499 by liuyong

修改bug

1 parent 7a2789ff
Showing with 5 additions and 0 deletions
...@@ -15,6 +15,8 @@ import { MessageBox, Message } from 'element-ui'; ...@@ -15,6 +15,8 @@ import { MessageBox, Message } from 'element-ui';
import { import {
queryMindData, queryMindData,
} from '@/api/index.js'; } from '@/api/index.js';
import $ from 'jquery';
export default { export default {
name: 'Mind', name: 'Mind',
data() { data() {
...@@ -65,6 +67,9 @@ export default { ...@@ -65,6 +67,9 @@ export default {
}) })
}, },
getMindData() {//获取思维导图数据 getMindData() {//获取思维导图数据
if(this.jm) {
$("#jsmind_container").empty();
}
const params = { const params = {
viewDetailsId: this.id viewDetailsId: this.id
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!