页面代码逻辑调整

This commit is contained in:
2026-04-21 10:35:43 +08:00
parent e021559ca9
commit 993f75f292
3 changed files with 41 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ namespace 头罩视野.Views
private void Page_Loaded(object sender, RoutedEventArgs e)
{
//进入页面是否要保留原来的数据????,
RecordDataGrid.ItemsSource = null;
RecordDataGrid.ItemsSource = TestDataStore.Records;