From 07390e2fcb4adf27c928335bf27ae7939c5a80ad Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 23 五月 2023 11:28:12 +0800
Subject: [PATCH] bakcup20230523
---
force-app/main/default/lwc/lexOCSMToReport/lexOCSMToReport.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/lwc/lexOCSMToReport/lexOCSMToReport.js b/force-app/main/default/lwc/lexOCSMToReport/lexOCSMToReport.js
index a7d8d5f..61b2ce7 100644
--- a/force-app/main/default/lwc/lexOCSMToReport/lexOCSMToReport.js
+++ b/force-app/main/default/lwc/lexOCSMToReport/lexOCSMToReport.js
@@ -4,7 +4,7 @@
* @Author: chen jing wu
* @Date: 2023-04-07 09:02:03
* @LastEditors: chen jing wu
- * @LastEditTime: 2023-04-11 11:26:11
+ * @LastEditTime: 2023-05-15 09:17:27
*/
import { api, wire,LightningElement } from 'lwc';
import { CurrentPageReference } from "lightning/navigation";
@@ -16,7 +16,7 @@
export default class LexOCSMToReport extends LightningElement {
@api recordId;
IsLoading = true;
- OCSMAdministrativeReportStatus;
+ theOCSMAdministrativeReportStatus;
awareDate;
@@ -43,7 +43,7 @@
}).then(result => {
console.log(result);
if (result != null) {
- this.OCSMAdministrativeReportStatus = result.OCSMAdministrativeReportStatus;
+ this.theOCSMAdministrativeReportStatus = result.theOCSMAdministrativeReportStatus;
this.awareDate = result.awareDate;
this.toReport();
}
@@ -75,7 +75,7 @@
return;
}
- if(this.OCSMAdministrativeReportStatus == undefined && this.awareDate != undefined ){
+ if(this.theOCSMAdministrativeReportStatus == undefined && this.awareDate != undefined ){
updateForOCSMToReportButton({
recordId: this.recordId
}).then(result =>{
--
Gitblit v1.9.1