This commit is contained in:
2025-12-29 12:30:46 +08:00
parent e198ab93ed
commit e131d93c6e
4 changed files with 70 additions and 9 deletions

View File

@@ -216,7 +216,7 @@
void GotoArea(StateProvince model)
{
Navigation.NavigateTo($"/area/list/{CountryId}");
Navigation.NavigateTo($"/area/list/{CountryId}/{model.Id}");
}
}