From e6a0a7f9ffb463c5ce78d6770b09eac739f88b15 Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期三, 24 五月 2023 16:57:53 +0800
Subject: [PATCH] 优化确认框以及修改页面

---
 force-app/main/default/lwc/lexOPDReportFlowLwc/lexOPDReportFlowLwc.js |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/force-app/main/default/lwc/lexOPDReportFlowLwc/lexOPDReportFlowLwc.js b/force-app/main/default/lwc/lexOPDReportFlowLwc/lexOPDReportFlowLwc.js
index 4ff21f4..d1eee95 100644
--- a/force-app/main/default/lwc/lexOPDReportFlowLwc/lexOPDReportFlowLwc.js
+++ b/force-app/main/default/lwc/lexOPDReportFlowLwc/lexOPDReportFlowLwc.js
@@ -1,3 +1,11 @@
+/*
+ * @Description: 
+ * @version: 
+ * @Author: chen jing wu
+ * @Date: 2023-05-16 16:45:16
+ * @LastEditors: chen jing wu
+ * @LastEditTime: 2023-05-18 09:45:28
+ */
 import { LightningElement,api, track, wire } from 'lwc';
 import {CurrentPageReference} from 'lightning/navigation';
 import { CloseActionScreenEvent } from 'lightning/actions';
@@ -92,12 +100,6 @@
     }
     closeAction() {
         //杩斿洖褰撳墠鐨勫鍝佺敵璇�
-        this[NavigationMixin.Navigate]({
-            type: 'standard__recordPage',
-            attributes: {
-                recordId: this.recordId,
-                actionName: 'view'
-            }
-        });
+        window.open("/"+this.recordId,'_self');
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1