From c10beb27172238f32c42e64dda4f78f5454ea4a6 Mon Sep 17 00:00:00 2001
From: zz <1842059105@qq.com>
Date: 星期五, 07 四月 2023 10:53:22 +0800
Subject: [PATCH] 修改授权申请提交和取消提交
---
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