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