@@ -57,8 +57,6 @@ class IndexService extends CrudService {
}
arr = _.orderBy(arr, [ 'value' ], [ 'desc' ]);
arr.push(other);
- arr.push({ name: '测试1测试1', value: 10 });
- arr.push({ name: '测试2测试2', value: 20 });
return arr;
@@ -211,6 +209,8 @@ class IndexService extends CrudService {
{ name: '吉林建筑大学' },
{ name: '通化师范学院' },
{ name: '长春大学' },
+ { name: '东北师范大学' },
+ { name: '吉林农业科技学院' },
];