🐞 fix(gvg): 投石车变动添加返回

This commit is contained in:
luying
2023-03-02 15:25:13 +08:00
parent 48bfc506b7
commit 0bc70a915b

View File

@@ -691,6 +691,7 @@ export class GVGTeamInList {
areaId: number;
pointId: number;
teamCode: string;
roleId: string;
roleName: string;
head: number;
frame: number;
@@ -708,6 +709,7 @@ export class GVGTeamInList {
this.areaId = team.areaId;
this.pointId = team.pointId;
this.teamCode = team.teamCode;
this.roleId = team.roleId;
this.roleName = team.roleName;
this.head = team.head;
this.frame = team.frame;