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