zhangzhengmei
2023-05-11 d7ddfc8f8dcaaa0a60f980bd26acb2e1e85e39fc
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;