zhangzhengmei
2023-08-06 a82f0830a132be063a63dcd7dd2ccca2179d5738
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;