修改开车
This commit is contained in:
parent
66daf25d52
commit
b72cfa7bdd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue