xyc
2024-08-02 a43fd8f15c7da7f4a14ba4ebb79970dad4ce1fae
web/src/views/modules/taskReliability/SimulatCurve.vue
@@ -23,6 +23,7 @@
    components: {},
    methods: {
      async initEcharts(Param) {
        console.log(Param)
        let res = await this.$http.post(`/taskReliability/SimulatAssess/getResultXML`, Param)
        console.log(res.data)
        if (res.data) {
@@ -50,7 +51,7 @@
          },
          xAxis: {
            data: this.xDataList,
            name: '仿真次数'
            name: '仿真总时长'
          },
          yAxis: {