Skip to content

Commit 0bbbb21

Browse files
committed
更新示例
1 parent d2db59e commit 0bbbb21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BootstrapBlazor.Server/Components/Samples/Table/TablesFilter.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ private Task<QueryData<Foo>> OnQueryAsync(QueryPageOptions options)
5353

5454
//增加filter,序列化测试通过
5555
var json = JsonSerializer.Serialize(options);
56-
var op = JsonSerializer.Deserialize<QueryPageOptions>(json);
56+
options = JsonSerializer.Deserialize<QueryPageOptions>(json);
5757

5858

5959
// 通过 options 获得用户组合的过滤条件

0 commit comments

Comments
 (0)