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); } }