19626
2023-10-07 988f9735377909b6310301e582c15804e004783f
force-app/main/default/lwc/lexEditCancelReport/lexEditCancelReport.js
@@ -1,3 +1,11 @@
/*
 * @Description:
 * @version:
 * @Author: chen jing wu
 * @Date: 2023-09-11 10:34:37
 * @LastEditors: chen jing wu
 * @LastEditTime: 2023-09-26 09:29:28
 */
import { LightningElement, track, wire, api } from 'lwc';
import {CurrentPageReference} from 'lightning/navigation';
import { CloseActionScreenEvent } from 'lightning/actions';
@@ -42,6 +50,9 @@
            attributes: {
                recordId: this.recordId,
                actionName: 'edit'
            },
            state: {
                nooverride: '1'
            }
        });
    }