From 31b94e4bae8e11bdbeff0c64f3dbaf6fbf9c0b15 Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期二, 04 四月 2023 16:10:24 +0800
Subject: [PATCH] oshRecieved修改

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

diff --git a/force-app/main/default/lwc/lexVOCAnswer/lexVOCAnswer.js b/force-app/main/default/lwc/lexVOCAnswer/lexVOCAnswer.js
index 8ae7088..7915a17 100644
--- a/force-app/main/default/lwc/lexVOCAnswer/lexVOCAnswer.js
+++ b/force-app/main/default/lwc/lexVOCAnswer/lexVOCAnswer.js
@@ -11,22 +11,6 @@
   status;
   Isloading = true;
 
-  @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() {
     console.log(this.recordId);
     init({

--
Gitblit v1.9.1