twysparks
2023-05-24 f0adfc7326311c6ba40281ffe48437d41a79bd32
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';
    }