xyc
2025-02-21 664db98c9e8595ce4dd636a27f480e3a08b81ff5
web/src/views/modules/taskReliability/SimulatAssess.vue
@@ -70,7 +70,6 @@
  import SimulatCurve from "./SimulatCurve";
  import ProductModelTree from "../basicInfo/ProductModelTree";
  import Process from "./Process";
  import qs from "qs";
  import Cookies from "js-cookie";
@@ -158,6 +157,9 @@
            if (this.percentage >= 100) {
              clearInterval(this.timers)
              this.percentage = 0
              Cookies.set('productId', this.dataForm.productId)
              Cookies.set('taskModelId', this.dataForm.taskModelId)
              Cookies.set('fzId', this.dataForm.id)
              this.$refs.SimulatCurve.initEcharts(this.dataForm);
            }
          }