张宇恒
2023-08-08 8608db1542a909c147574767fd22dc1fedf2ddc9
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class EditRecordWrapper extends LightningElement {
    @api recordId;
}