fix catena update hwopt
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Test.UI.Components.Compo
|
||||
public string LoadPar { get; set; } = "";
|
||||
|
||||
[CascadingParameter(Name = "CurrLoading")]
|
||||
public List<string> CurrLoading { get; set; }
|
||||
public List<string> CurrLoading { get; set; } = new List<string>();
|
||||
|
||||
#endregion Public Properties
|
||||
|
||||
|
||||
@@ -239,6 +239,10 @@ namespace Test.UI.Components.Pages
|
||||
CurrData.DictShape = new Dictionary<int, string>();
|
||||
break;
|
||||
|
||||
case TableComp.DataAction.ResetHwOpt:
|
||||
CurrData.DictOptionsXml = new Dictionary<int, string>();
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user