feat:机器号

master
sunhonglei 5 months ago
parent d622e88016
commit 8365ca1792
  1. 2
      ViewModel/Grading/GradingResultVM.cs

@ -80,7 +80,7 @@ public class GradingResultVM : BaseViewModel
{
algorithmResult = result as AlgorithmResultEntity?? new AlgorithmResultEntity();
InitView(algorithmResult);
machine = "71953";
machine = algorithmResult.DeviceId;
}
DS = "NA";
AutoSave();

Loading…
Cancel
Save