19626
2023-10-23 1727a4f4d02e429475608e60f142a63bc24127bc
force-app/main/default/lwc/lexEditCancelReport/lexEditCancelReport.js
@@ -4,7 +4,7 @@
 * @Author: chen jing wu
 * @Date: 2023-09-11 10:34:37
 * @LastEditors: chen jing wu
 * @LastEditTime: 2023-09-26 09:29:28
 * @LastEditTime: 2023-10-18 11:43:59
 */
import { LightningElement, track, wire, api } from 'lwc';
import {CurrentPageReference} from 'lightning/navigation';
@@ -55,5 +55,7 @@
                nooverride: '1'
            }
        });
        this.IsLoading = false;
        this.dispatchEvent(new CloseActionScreenEvent());
    }
}