lrf 2 years ago
parent
commit
de9aa446e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/matchSmallGroupSchedule.js

+ 1 - 1
app/service/matchSmallGroupSchedule.js

@@ -86,7 +86,7 @@ class MatchSmallGroupScheduleService extends CrudService {
         }
         scoreList.push(marr);
       }
-      obj.table = [ ...playerArr, ...scoreList ];
+      obj.table = [ playerArr, ...scoreList ];
       arr.push(obj);
     }