wente
2024-03-18 409f9a023e71fd8f61ff3f9a8b1998e526c1aa24
优化
1个文件已修改
13 ■■■■ 已修改文件
web/src/views/modules/taskReliability/RBD-edit-img.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/src/views/modules/taskReliability/RBD-edit-img.vue
@@ -346,8 +346,9 @@
          // console.log(this.dataForm.content,'this.Diagram content')
          console.log(this.diagramJson, 'this.Diagram json')
          this.graph.fromJSON(this.diagramJson)
          this.graph.centerContent()
          this.graph.zoomToFit()
          this.graph.positionContent('left')
          // this.graph.centerContent()
          // this.graph.zoomToFit()
        } else {
          await this.clearDiagram()
        }
@@ -356,8 +357,8 @@
        this.dataForm.id = null
        // this.graph.fromJSON(this.emptyJson)
        this.graph.fromJSON('')
        this.graph.centerContent()
        this.graph.zoomToFit()
        // this.graph.centerContent()
        // this.graph.zoomToFit()
        // this.graph.freeze()
      },
      async initDigram(productId) {
@@ -452,7 +453,7 @@
                  }
                }],
                tools: {
                  name: 'vertices',
                  name: 'segments',
                  args: {
                    attrs: { fill: '#666' },
                  },
@@ -810,7 +811,7 @@
        this.graph.on('edge:mouseenter', ({cell}) => {
          // alert(123)
          cell.addTools(
              ['vertices', 'segments']
              ['segments']
          )
        })