From fbd4bea7bd57b4d4a33cb9ed0ebc15d9bf6551c0 Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期三, 12 七月 2023 17:54:54 +0800
Subject: [PATCH] 近日更新按钮,页面以及apex类

---
 force-app/main/default/lwc/lexSpecilaApplyCreateAch/lexSpecilaApplyCreateAch.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/force-app/main/default/lwc/lexSpecilaApplyCreateAch/lexSpecilaApplyCreateAch.js b/force-app/main/default/lwc/lexSpecilaApplyCreateAch/lexSpecilaApplyCreateAch.js
index 342acc2..8261397 100644
--- a/force-app/main/default/lwc/lexSpecilaApplyCreateAch/lexSpecilaApplyCreateAch.js
+++ b/force-app/main/default/lwc/lexSpecilaApplyCreateAch/lexSpecilaApplyCreateAch.js
@@ -4,7 +4,7 @@
  * @Author: chen jing wu
  * @Date: 2023-06-25 10:54:07
  * @LastEditors: chen jing wu
- * @LastEditTime: 2023-06-25 13:04:02
+ * @LastEditTime: 2023-07-07 11:22:38
  */
 import { LightningElement,api, track, wire } from 'lwc';
 import {CurrentPageReference} from 'lightning/navigation';
@@ -40,7 +40,7 @@
         }).then(result=>{
             console.log(result);
             this.oppId = result.oppId;
-            this.forecastStatus = result.forecastStatus;
+            this.forecastStatus = result.oppForecastStatus;
             this.recordTypeId = result.recordTypeId;
             this.specilaApplyCreateAch();
         });
@@ -60,7 +60,7 @@
             },
             state: {
                 defaultFieldValues: defaultValues,
-                RecordTypeId: this.recordTypeId
+                recordTypeId: this.recordTypeId
             }
         });
         this.dispatchEvent(new CloseActionScreenEvent());

--
Gitblit v1.9.1