diff --git a/src/views/ems/report/currentIOTCurve/index.vue b/src/views/ems/report/currentIOTCurve/index.vue index fbf78a5..7a03699 100644 --- a/src/views/ems/report/currentIOTCurve/index.vue +++ b/src/views/ems/report/currentIOTCurve/index.vue @@ -451,7 +451,7 @@ export default { } ] } - + this.$refs.Chart1.setData(option1) // option1 && Chart1.setOption(option1); // this.$refs.Chart2.setData(option2) @@ -471,7 +471,7 @@ export default { } } -