lrf402788946 4 年之前
父節點
當前提交
86ebf1158e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/service/statistics/index.js

+ 1 - 0
app/service/statistics/index.js

@@ -57,6 +57,7 @@ class IndexService extends CrudService {
     }
     arr = _.orderBy(arr, [ 'value' ], [ 'desc' ]);
     arr.push(other);
+    arr.push({ name: '测试', value: 10 });
     return arr;
   }