Browse Source

导入文件夹

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

3
gyxtp/src/view/small.vue

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

Loading…
Cancel
Save