feat: 健康检查结束后更新总时长与状态
This commit is contained in:
parent
1ddef32a83
commit
8e4066e6e2
|
@ -54,6 +54,7 @@ public partial class Healths
|
|||
Duration = report.Duration;
|
||||
Status = report.Status;
|
||||
|
||||
StateHasChanged();
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue