yijianjun 1 miesiąc temu
rodzic
commit
0d398acd50
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/modules/load-forecasting/index.vue

+ 1 - 1
src/views/modules/load-forecasting/index.vue

@@ -734,7 +734,7 @@ export default {
             },
             series: [
               {
-                data: res?.map(item => Number(item.total).toFixed(2)),
+                data: res?.map(item => item.total),
                 type: 'line',
                 smooth: true,
               },