lifan
18 小时以前 21307dad4d97a6cb236afc4adc222955b83b5b97
jrj/project/workflow/workflow.chkdlg.cpp
@@ -26,7 +26,11 @@
         {
            xcontrol xc = GetControl(L"content");
            xstring str = xc.GetText();
            if (str == L"")alert("审批意见为空!");
            if (str == L"")
            {
               alert("审批意见为空!");
               return 0;
            }
            arg.AddArg(L"content", str);
            
         }