jinlin
2024-09-27 27bf11e737fa1434d234e39db282ab52f3a32114
web/src/views/modules/taskReliability/TimeDiagram.vue
@@ -538,7 +538,7 @@
          this.diagramJson = JSON.parse(res.data)
          console.log(this.diagramJson, 'this.Diagram json')
          this.graph.fromJSON(this.diagramJson)
          //this.graph.centerContent()
          this.graph.positionContent('left')
          //this.graph.zoomToFit()
          this.graph.freeze()
        } else {