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