123
chenjingwu
2024-04-22 20fc28a1750c693ed9ba9ab3f7a41eba1538e1ee
force-app/main/default/lwc/lexCopyPIInspectionReport/lexCopyPIInspectionReport.js
@@ -50,6 +50,7 @@
        });
    }
    // 复制
    CopyPI() {
        window.location.href = '/' + this.Id + '/e?newclone=1';
    }