force-app/main/default/lwc/lexCopyPIInspectionReport/lexCopyPIInspectionReport.js @@ -45,11 +45,10 @@ } }).catch(error => { console.log(error); }).finally(() => { }); }) } // 复制 CopyPI() { window.location.href = '/' + this.Id + '/e?newclone=1'; }