| | |
| | | boolean result = this.opeApplyService.updateSelectedOpeApplyStatus(memo, applyIds, adminApproveUserId, adminApplyIds,firstUserIds); |
| | | FacesUtils.info("已批准。"); |
| | | RequestContext.getCurrentInstance().execute("PF('approvalDialog').hide()"); |
| | | RequestContext.getCurrentInstance().update("approvalMngForm:approvalMngDataTable"); |
| | | } catch (Exception e) { |
| | | logger.error("操作失败。", e); |
| | | FacesUtils.warn("操作失败。"); |
| | |
| | | |
| | | FacesUtils.info("已拒绝。"); |
| | | RequestContext.getCurrentInstance().execute("PF('approvalDialog').hide()"); |
| | | RequestContext.getCurrentInstance().update("approvalMngForm:approvalMngDataTable"); |
| | | } catch (Exception e) { |
| | | logger.error("操作失败。", e); |
| | | FacesUtils.warn("操作失败。"); |