提交修改:代办窗口初始化时,初始化type属性为NEW

This commit is contained in:
huangcan
2022-07-14 11:36:07 +08:00
parent 8efab6bdee
commit 01350dff43

View File

@@ -19,6 +19,7 @@ namespace GeekDesk.Control.Windows
InitializeComponent();
RightCard.Content = backlog;
backlog.BacklogList.ItemsSource = appData.ToDoList;
backlog.type = ToDoType.NEW;
this.Topmost = true;
if (backlog.BacklogList.Items.Count > 0)
{