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)
this.defaultData = updatedData
console.log(updatedData)
setTimeout(() => {
this.initGraph();
this.buildCategoryIndex();

Loading…
Cancel
Save