张宇恒
2023-07-26 6187ac258613e78cf56513c6674bfce82b218501
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}