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