jrj/project/workflow/workflow.chkdlg_vd.cpp @@ -27,7 +27,12 @@ { xcontrol xc = GetControl(L"content"); xstring str = xc.GetText(); if (str == L"")alert("审批意见为空!"); if (str == L"") { alert("审批意见为空!") ; return 0; } arg.AddArg(L"content", str); }