From a8cfa5ec0a5bc4f92173cca7a6594c639f1ccf6c Mon Sep 17 00:00:00 2001 From: "nodyang@aliyun.com" Date: Thu, 24 Oct 2024 16:30:29 +0800 Subject: [PATCH] 1024 --- RfidWeb/Frm/FormAccount.cs | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/RfidWeb/Frm/FormAccount.cs b/RfidWeb/Frm/FormAccount.cs index d966e79..f931d45 100644 --- a/RfidWeb/Frm/FormAccount.cs +++ b/RfidWeb/Frm/FormAccount.cs @@ -158,15 +158,8 @@ namespace RfidWeb.Frm private void Replace() { ucPagerControl21.PageIndex = 1; - - var dataGridViewRows = ucDataGridViewContent.SelectRows; - foreach (var row in dataGridViewRows) - { - if (row.IsChecked) - { - row.IsChecked = false; - } - } + ucPagerControl21_ShowSourceChanged(new object()); + } } }