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';
import {
queryMindData,
} from '@/api/index.js';
import $ from 'jquery';
export default {
name: 'Mind',
data() {
......@@ -65,6 +67,9 @@ export default {
})
},
getMindData() {//获取思维导图数据
if(this.jm) {
$("#jsmind_container").empty();
}
const params = {
viewDetailsId: this.id
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!