黄千龙
2023-07-18 428f42fab44b654c69fbc461513203830743d7de
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}