force-app/main/default/lwc/lexQuarterlyReport/lexQuarterlyReport.js
@@ -31,7 +31,6 @@ } connectedCallback() { console.log(this.recordId); init({ recordId: this.recordId }).then(result => { @@ -42,15 +41,12 @@ this.RecordTypeDeveloperNameC = result.RecordTypeDeveloperNameC; this.EstimateTargetC = result.EstimateTargetC; this.QuarterlyReport(); this.dispatchEvent(new CloseActionScreenEvent()); } }).catch(error => { console.log(error); }).finally(() => { }); }) } // 制作季报