xyc
2024-08-02 ea744c63bf10f14fe5a51addf37083c384093e21
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: {