force-app/main/default/lwc/lexCBLBPNewLwc/lexCBLBPNewLwc.js
@@ -1,3 +1,11 @@ /* * @Description: * @version: * @Author: chen jing wu * @Date: 2023-07-28 15:58:45 * @LastEditors: chen jing wu * @LastEditTime: 2023-08-10 14:27:50 */ import { api, wire,LightningElement } from 'lwc'; import { CurrentPageReference } from "lightning/navigation"; import { CloseActionScreenEvent } from 'lightning/actions'; @@ -30,6 +38,7 @@ CBLBPNewLwc(){ const defaultValues = encodeDefaultFieldValues({ ProductName__c: this.recordId, Name: '*' }); this[NavigationMixin.Navigate]({ type: 'standard__objectPage',