黄千龙
2023-08-08 1363fbac72b3c291821917fc883587c1928f1651
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}