zhangqian
2023-07-04 f3a8b609580d160f2d15b0c2fab28784a38cba71
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}