|
@@ -1986,7 +1986,7 @@ const handleViewHistory = (row: ClaimsVO) => {
|
|
|
// 判断 playerId 是否有效(非 null、undefined)
|
|
// 判断 playerId 是否有效(非 null、undefined)
|
|
|
const playerIdStr = playerId != null ? String(playerId) : '';
|
|
const playerIdStr = playerId != null ? String(playerId) : '';
|
|
|
proxy?.$router.push({
|
|
proxy?.$router.push({
|
|
|
- path: '/service/history',
|
|
|
|
|
|
|
+ path: '/tournament/history',
|
|
|
query: { tournamentId: String(tournamentId), playerId: playerIdStr }
|
|
query: { tournamentId: String(tournamentId), playerId: playerIdStr }
|
|
|
});
|
|
});
|
|
|
auditDialog.value.visible = false;
|
|
auditDialog.value.visible = false;
|
|
@@ -1998,7 +1998,7 @@ const handleViewPublicHistory = (row: TournamentsVO) => {
|
|
|
// 判断 playerId 是否有效(非 null、undefined)
|
|
// 判断 playerId 是否有效(非 null、undefined)
|
|
|
const playerIdStr = playerId != null ? String(playerId) : '';
|
|
const playerIdStr = playerId != null ? String(playerId) : '';
|
|
|
proxy?.$router.push({
|
|
proxy?.$router.push({
|
|
|
- path: '/service/history',
|
|
|
|
|
|
|
+ path: '/tournament/history',
|
|
|
query: { tournamentId: String(tournamentId), playerId: playerIdStr }
|
|
query: { tournamentId: String(tournamentId), playerId: playerIdStr }
|
|
|
});
|
|
});
|
|
|
};
|
|
};
|