123
chenjingwu
2024-04-12 f1bb6af7ec8ea81ba1b40eef0dabeeef3eee4bbb
force-app/main/default/lwc/lexCreateVOCFromCIC/lexCreateVOCFromCIC.js
@@ -48,11 +48,13 @@
        this[NavigationMixin.Navigate]({
            type: 'standard__objectPage',
            attributes: {
                objectApiName: 'Case',
                objectApiName: 'Report__c',
                actionName: 'new'
            },
            state: {
                nooverride: '1',
                //2023 08 04 张赫阳 PIPL按钮改造 Start
                // nooverride: '1',
                //2023 08 04 张赫阳 PIPL按钮改造 Start
                defaultFieldValues: defaultValues,
                recordTypeId: this.recordTypeId
            }