xyc
2024-10-28 b02c7eb73aabc8531b6e52b02fc15489f0441b52
web/src/views/modules/taskReliability/TimeDiagram.vue
@@ -141,6 +141,7 @@
      window.removeEventListener('scroll', this.handleScroll,true);
    },
    mounted() {
      // alert(`mounted执行了`)
      this.getProductList()
      this.init()
      this.$refs.textDiagram.init()
@@ -230,8 +231,7 @@
                line: {
                  stroke: '#A2B1C3',
                  strokeWidth: 2,
                  sourceMarker: 'none',
                  targetMarker: 'none'
                  targetMarker: null,
                }
              },
              tools: {