diff --git a/src/views/Waterhouse/index.vue b/src/views/Waterhouse/index.vue index d626757..52ebbe6 100644 --- a/src/views/Waterhouse/index.vue +++ b/src/views/Waterhouse/index.vue @@ -3,10 +3,10 @@
- +
@@ -84,7 +84,7 @@ function init() { chart.setOption(option); } onMounted(() => { - init() + //init() })