Browse Source

导入文件夹

hanyuqing
hanyuqing 6 months ago
parent
commit
1a1e89143e
  1. 5
      gyxtp/src/view/small.vue

5
gyxtp/src/view/small.vue

@ -639,8 +639,9 @@ export default {
nodes:nodes,
links:links
}
this.initChart()
if(this.ciyun==1){
this.initChart()
}
this.$refs.graphRef.setJsonData(data);
})
}

Loading…
Cancel
Save