zhangzhengmei
2023-05-18 a2dbc98cd7d7925d6ed2b1b3d454aba9610e23c5
force-app/main/default/lwc/lexCopyPIInspectionReport/lexCopyPIInspectionReport.js
@@ -50,6 +50,7 @@
        });
    }
    // 复制
    CopyPI() {
        window.location.href = '/' + this.Id + '/e?newclone=1';
    }