hasRecentApproval method

bool hasRecentApproval()

是否有最近审批人

Implementation

bool hasRecentApproval() {
  return data?.businessData?.recentApprover?.isNotEmpty ?? false;
}