修复httpservice获取分页long丢失精度问题

This commit is contained in:
2025-12-26 12:33:13 +08:00
parent 030299fa53
commit 13cc258cad
3 changed files with 8 additions and 3 deletions

View File

@@ -71,6 +71,8 @@
protected override void OnParametersSet()
{
model.CountryId = CountryId;
_ = LoadLanguage();
_ = LoadCountry();
if (Id > 0)
@@ -159,7 +161,7 @@
{
saving = false;
await ModalService.InfoAsync(new ConfirmOptions() { Title = "提示", Content = "数据提交成功!" });
Navigation.NavigateTo($"/stateprovince/list");
Navigation.NavigateTo($"/stateprovince/list/{CountryId}");
}
else
{