LiJinHuan
2023-07-19 7c00a0b39de0b4ddc37c5f40922ad4ee8a2adaf0
force-app/main/default/lwc/lexRentalApplyEquipmentRentalPDF/lexRentalApplyEquipmentRentalPDF.js
@@ -30,7 +30,6 @@
         recordId : this.recordId
      }).then(result => {
         if(result != null) {
            result.shipmentRequestedCnt = 1;
            if(result.shipmentRequestedCnt > 0){
               this.IsLoading = false;
               let num = result.pageLength;