Browse Source

修改自动测试

user_lt 1 năm trước cách đây
mục cha
commit
3711802610

+ 1 - 1
BlankApp1/BlankApp1/ViewModels/BusinessManageViewModel/AutoTestViewModel.cs

@@ -450,7 +450,7 @@ namespace PLCTool.ViewModels.BusinessManageViewModel
                 //最后一项必须要测试
                 if (globalSchDetailId == basicSchDtls.Max(x => x.scheme_dtl_id))
                 {
-                    ExecTest();
+                    await ExecTest();
                 }
 
             }