lrf402788946 4 năm trước cách đây
mục cha
commit
86ebf1158e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
   }