From 03dbeca473dd82350778bcacfe6b6b36cf658861 Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期五, 07 四月 2023 15:08:25 +0800
Subject: [PATCH] 黄千龙提交按钮20230407
---
force-app/main/default/lwc/lexOCSMToReport/lexOCSMToReport.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/lwc/lexOCSMToReport/lexOCSMToReport.js b/force-app/main/default/lwc/lexOCSMToReport/lexOCSMToReport.js
index 91b2722..4f69994 100644
--- a/force-app/main/default/lwc/lexOCSMToReport/lexOCSMToReport.js
+++ b/force-app/main/default/lwc/lexOCSMToReport/lexOCSMToReport.js
@@ -11,6 +11,7 @@
OCSMAdministrativeReportStatus;
awareDate;
+
@wire(CurrentPageReference)
getStateParameters(currentPageReference) {
console.log(111);
@@ -26,8 +27,6 @@
}
}
}
-
-
connectedCallback(){
console.log(this.recordId);
--
Gitblit v1.9.1