From cd5c1733a469731cc623cde5ef55c41aa77f2a8c Mon Sep 17 00:00:00 2001 From: sunhonglei Date: Fri, 10 Jan 2025 14:18:06 +0800 Subject: [PATCH] fix --- ConfigureTool/TabControlDemo.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ConfigureTool/TabControlDemo.xaml.cs b/ConfigureTool/TabControlDemo.xaml.cs index 715504c..64f3491 100644 --- a/ConfigureTool/TabControlDemo.xaml.cs +++ b/ConfigureTool/TabControlDemo.xaml.cs @@ -274,6 +274,7 @@ public partial class TabControlDemo : Window foreach (GradeInfo info in list) { info.GRADE_ID = info.GRADE_ID.Replace(oldGradeP, GradeIdP); + info.RULE_ID = RuleId; } } GradeContent.GradeList.ItemsSource = new List();