1、开车附件保存问题处理

This commit is contained in:
2025-09-07 11:16:31 +08:00
parent 8335d9bf4b
commit 7590c490f4
4 changed files with 17 additions and 17 deletions
@@ -423,7 +423,7 @@ namespace FineUIPro.Web.TestRun.DriverReport
Alert.ShowInTop("开始时间不能大于结束时间!", MessageBoxIcon.Warning);
return;
}
PageContext.RegisterStartupScript("refresh();");
//PageContext.RegisterStartupScript("refresh();");
}
}
#endregion