zhangzhengmei
2023-05-11 45afb7afb470186014634578ef19b8d0f144944a
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}