xyc
2024-10-23 48dcf2c7f01de5078f6a7f94dbc59400100e9ab6
web/src/views/modules/taskReliability/SimulatHistory.vue
@@ -97,7 +97,7 @@
      onTreeSelected(data) {
        if (this.dataForm.id) {
          console.log(data, 'onProductSelected')
          this.dataForm.showProductId = data.id
          this.dataForm.showProductId = data.dataId
          this.$refs.SimulatCurve.getProductEcharts(this.dataForm);
        }
      },