unknown
2023-08-23 8749760be3e1ba64edd4ada506bdf628e5bee852
force-app/main/default/lwc/lexQISIntakeuniversalcode/lexQISIntakeuniversalcode.js
@@ -45,7 +45,7 @@
                     console.log('result2='+this.paeId);           
                  }   
                  var url = '';
               if (result!=null){
               if (result!=null&& this.paeId!=null){
                  url = "/apex/PAEDecisionRecord?Id="+this.paeId+"&QISReportId="+this.qisReportId +"&RecordTypeIds="+RecordTypeId ;
               } else {
                  url = "/apex/PAEDecisionRecord?QISReportId="+this.qisReportId +"&RecordTypeIds="+RecordTypeId;