force-app/main/default/lwc/lexASACEditorRepair/lexASACEditorRepair.js
@@ -44,9 +44,7 @@ } }).catch(error => { console.log(error); }).finally(() => { }); }) } //Final universal code编辑 @@ -64,7 +62,6 @@ } else { url = "/apex/PAEDecisionRecord?RepairId=" + RepairId + "&RecordTypeIds=" + RecordTypeId; } window.open(url, '_self'); } }).catch(error => {