105040 Update 忽略异常时只处理有异常的项
This commit is contained in:
parent
67a9e0c416
commit
ba6c125c95
|
@ -226,7 +226,8 @@ public partial class MainWindow : Window
|
|||
{
|
||||
if (item is StuffedDataModel model)
|
||||
{
|
||||
model.IsIgnore = true;
|
||||
if (model.IsError)
|
||||
model.IsIgnore = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue