seimin 1 年間 前
コミット
6cc3c1ec3a
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      proxy.conf.json
  2. 1 1
      src/app/views/compre-statistics/compre-statistics.component.ts

+ 1 - 1
proxy.conf.json

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "/service": {
3
-    "target": "http://192.168.4.240",
3
+    "target": "http://192.168.3.108",
4 4
     "logLevel": "debug",
5 5
     "changeOrigin": true,
6 6
     "pathRewrite": {

+ 1 - 1
src/app/views/compre-statistics/compre-statistics.component.ts

@@ -853,7 +853,7 @@ export class CompreStatisticsComponent implements OnInit {
853 853
             value: e.num
854 854
           }
855 855
         });
856
-        let countData = that.taskTypeInfo.forEach((e) => {
856
+        let countData = that.taskTypeInfo.map((e) => {
857 857
           return {
858 858
             ...e,
859 859
             value: e.count