jinlin
2024-07-30 481b82866b1714f79dc35ecf2bc26436b027954e
web/src/views/modules/taskReliability/SimulatAssess.vue
@@ -28,11 +28,10 @@
          <el-col :span="4">
            <div style="margin-right: 5px;height: calc(88vh - 100px)" v-if="isSelect">
              <product-model-tree @on-selected="onTreeSelected" showXdy="false"
                                  ref="ProductModelTree" :isShow="false"/>
                                  ref="ProductModelTree" :isShow="false" basic="4"/>
            </div>
          </el-col>
          <el-col :span="20">
            <div style="margin-top: 20px">
              <div>
                <SimulatCurve ref="SimulatCurve"></SimulatCurve>
@@ -47,7 +46,6 @@
<script>
  import SimulatCurve from "./SimulatCurve";
  import SimulatData from "./SimulatData";
  import ProductModelTree from "../basicInfo/ProductModelTree";
@@ -88,14 +86,15 @@
    components: {
      ProductModelTree,
      SimulatCurve,
      SimulatData
    },
    methods: {
      onTreeSelected(data) {
        if (this.dataForm.id){
        console.log(data, 'onProductSelected')
        this.dataForm.showProductId = data.id
        this.$refs.SimulatCurve.getProductEcharts(this.dataForm);
        }
      },
      // 获取信息
      onProductSelected(data) {