From 53d3efae4778c0ee936911317411d931f930bf2b Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期四, 06 四月 2023 17:05:00 +0800
Subject: [PATCH] 黄千龙提交按钮(更新至2023.4.6)

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

diff --git a/force-app/main/default/lwc/lexCreateNotesEmail/lexCreateNotesEmail.js b/force-app/main/default/lwc/lexCreateNotesEmail/lexCreateNotesEmail.js
index 0ede44e..ff0e10a 100644
--- a/force-app/main/default/lwc/lexCreateNotesEmail/lexCreateNotesEmail.js
+++ b/force-app/main/default/lwc/lexCreateNotesEmail/lexCreateNotesEmail.js
@@ -18,21 +18,6 @@
     IsLoading = true;
     url;
 
-    @wire(CurrentPageReference)
-    getStateParameters(currentPageReference) {
-            console.log(111);
-            console.log(currentPageReference);
-
-        if (currentPageReference) {
-          const urlValue = currentPageReference.state.recordId;
-          if (urlValue) {
-            let str = `${urlValue}`;
-            console.log("str");
-            console.log(str);
-            this.recordId = str;
-          }
-        }
-    }
 
 
     connectedCallback(){

--
Gitblit v1.9.1