zhangzhengmei
2023-08-06 a82f0830a132be063a63dcd7dd2ccca2179d5738
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}