This commit is contained in:
parent
1c91715d36
commit
f4c09d52a1
|
@ -271,7 +271,7 @@
|
|||
{
|
||||
logger.Info($"抽屉取药发生错误,{e.Message}");
|
||||
_message.Notify(
|
||||
new NotificationMessage { Severity = NotificationSeverity.Error, Summary = "提示", Detail = $"发生错误,{e.Message}", Duration = 4000 }
|
||||
new NotificationMessage { Severity = NotificationSeverity.Error, Summary = myText.Tips, Detail = $"发生错误,{e.Message}", Duration = 4000 }
|
||||
);
|
||||
if (setting.Value.single.Contains(this.drawerNo))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue