| | |
| | | * @Author: chen jing wu |
| | | * @Date: 2023-07-28 15:58:45 |
| | | * @LastEditors: chen jing wu |
| | | * @LastEditTime: 2023-08-10 14:27:50 |
| | | * @LastEditTime: 2023-09-14 16:15:00 |
| | | */ |
| | | import { api, wire,LightningElement } from 'lwc'; |
| | | import { CurrentPageReference } from "lightning/navigation"; |
| | |
| | | import { ShowToastEvent } from 'lightning/platformShowToastEvent'; |
| | | import { NavigationMixin } from 'lightning/navigation'; |
| | | import { encodeDefaultFieldValues } from 'lightning/pageReferenceUtils'; |
| | | |
| | | import lwcCSS from '@salesforce/resourceUrl/lwcCSS'; |
| | | import {loadStyle} from 'lightning/platformResourceLoader'; |
| | | export default class LexCBLBPNewLwc extends NavigationMixin(LightningElement) { |
| | | @api recordId; |
| | | // @wire(CurrentPageReference) |
| | |
| | | // } |
| | | // } |
| | | connectedCallback(){ |
| | | Promise.all([ |
| | | loadStyle(this, lwcCSS) |
| | | ]); |
| | | this.CBLBPNewLwc(); |
| | | } |
| | | CBLBPNewLwc(){ |