修改开车

This commit is contained in:
潘鸿锋 2024-09-27 16:19:13 +08:00
parent 66daf25d52
commit b72cfa7bdd
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ namespace FineUIPro.Web.TestRun
string id = Grid1.DataKeys[e.RowIndex][0].ToString(); string id = Grid1.DataKeys[e.RowIndex][0].ToString();
if (e.CommandName == "AttachUrl") if (e.CommandName == "AttachUrl")
{ {
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?type=-1&toKeyId={0}&path=FileUpload/TestRun/DriverProgress&menuId={1}", id, BLL.Const.DriverProgressMenuId))); PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?type=-1&toKeyId={0}&path=FileUpload/TestRun/DriverProgress&menuId={1}", id, BLL.Const.DriverProgressMenuId)));
} }
} }
#endregion #endregion