| jrj/project/workflow/workflow.chkdlg_vd.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
jrj/project/workflow/workflow.chkdlg_vd.cpp
@@ -79,14 +79,14 @@ xaserverarg argx; arg = GetArg(); argx.AddArg(L"EntityID", arg.GetArgString(L"EntityID")); Name = arg.GetArgString(L"EntityName"); //Name = arg.GetArgString(L"EntityName"); xml x; xurl::get(L"/sale/data/workflow.core/workflow/chk/loglist", argx.GetString(), x); dw_loglist.Retrieve(x); dw_loglist.SetReadOnly(true); } alert(Name); //alert(Name); return 1; } };