开车面板

This commit is contained in:
2024-12-04 09:08:33 +08:00
parent ad4935ccbb
commit 64fccea3f3
2 changed files with 23 additions and 23 deletions
@@ -64,7 +64,7 @@ namespace FineUIPro.Web.TestRun
{
this.hdId.Text = SQLHelper.GetNewID(typeof(Model.Driver_DriverProgress));
}
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?type=0&toKeyId={0}&path=FileUpload/TestRun/DriverProgress&menuId={1}", this.hdId.Text, BLL.Const.DriverProgressMenuId)));
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?type=0&toKeyId={0}&path=FileUpload/TestRun/DriverProgress&menuId={1}", this.hdId.Text, BLL.Const.DriverProgressMenuId)));
}
#endregion