zhangzhengmei
2023-08-07 5f8c97f8716088019ad9a0302c5dea461bc668b1
force-app/main/default/lwc/lexRentalApplyESetRefreshStatus/lexRentalApplyESetRefreshStatus.js
@@ -4,7 +4,7 @@
import { ShowToastEvent } from 'lightning/platformShowToastEvent';
import eSetRefreshStatus from '@salesforce/apex/RentalApplyESetRefreshStatusController.eSetRefreshStatus';
import eSetRefreshStatus from '@salesforce/apex/LexRentalApplyESetRefreshStaController.eSetRefreshStatus';
export default class lexRentalApplyESetRefreshStatus extends LightningElement {
   @api raeSetId;
   IsLoading=true;
@@ -33,7 +33,6 @@
         raeSetId : this.recordId
      }).then(result => {
         this.refreshResult = result;
         
         this.cancelSubmit().then(res=>{
            this.IsLoading=false;