Browse Source

all

hanyuqing
hanyuqing 3 months ago
parent
commit
4571fbb264
  1. 1
      vue/src/system/GraphDemo.vue

1
vue/src/system/GraphDemo.vue

@ -385,6 +385,7 @@ export default {
}; };
console.log(updatedData) console.log(updatedData)
this.defaultData = updatedData this.defaultData = updatedData
console.log(updatedData)
setTimeout(() => { setTimeout(() => {
this.initGraph(); this.initGraph();
this.buildCategoryIndex(); this.buildCategoryIndex();

Loading…
Cancel
Save