@@ -376,6 +376,7 @@ class EliminateService extends CrudService {
async afterQuery(filter, data) {
const arr = [];
for (let d of data) {
+ d = await this.getOtherName(d);
d = await this.getPlayerName(d);
arr.push(d);
}