lrf402788946 4 years ago
parent
commit
86ebf1158e
1 changed files with 1 additions and 0 deletions
  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;
   }