19626
2023-07-12 fbd4bea7bd57b4d4a33cb9ed0ebc15d9bf6551c0
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());