binxie
2024-01-16 288159458ce5ed2656021c774abc68ab1f761501
1
2
3
4
<aura:component implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes,force:lightningQuickAction" access="global">
    <aura:attribute name="recordId" type="String" default="" />
    <c:lexCampaignMeetingApprovalList  recordId="{!v.recordId}"/>
</aura:component>