lrf402788946 %!s(int64=4) %!d(string=hai) anos
pai
achega
86ebf1158e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
   }