From d29f75b84fccd06917fb8e2c2ee70e9d76f868cd Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期四, 11 四月 2024 20:15:54 +0800
Subject: [PATCH] 123

---
 force-app/main/default/lwc/lexEditCancelReport/lexEditCancelReport.js |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/lwc/lexEditCancelReport/lexEditCancelReport.js b/force-app/main/default/lwc/lexEditCancelReport/lexEditCancelReport.js
index eb3468b..225eb14 100644
--- a/force-app/main/default/lwc/lexEditCancelReport/lexEditCancelReport.js
+++ b/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-10-18 11:43:59
+ */
 import { LightningElement, track, wire, api } from 'lwc';
 import {CurrentPageReference} from 'lightning/navigation';
 import { CloseActionScreenEvent } from 'lightning/actions';
@@ -42,7 +50,12 @@
             attributes: {
                 recordId: this.recordId,
                 actionName: 'edit'
+            },
+            state: {
+                nooverride: '1'
             }
         });
+        this.IsLoading = false;
+        this.dispatchEvent(new CloseActionScreenEvent());
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1