| | |
| | | * @Author: chen jing wu |
| | | * @Date: 2023-08-24 15:52:32 |
| | | * @LastEditors: chen jing wu |
| | | * @LastEditTime: 2023-08-24 15:54:14 |
| | | * @LastEditTime: 2023-09-14 16:36:52 |
| | | */ |
| | | import { api, wire,LightningElement } from 'lwc'; |
| | | import { CurrentPageReference } from "lightning/navigation"; |
| | |
| | | import SolutionXNLabel from '@salesforce/label/c.Solution_XN'; |
| | | import SolutionHDLabel from '@salesforce/label/c.Solution_HD'; |
| | | import SolutionHNLabel from '@salesforce/label/c.Solution_HN'; |
| | | |
| | | import lwcCSS from '@salesforce/resourceUrl/lwcCSS'; |
| | | import {loadStyle} from 'lightning/platformResourceLoader'; |
| | | export default class LexNewSolutonProLwc extends NavigationMixin(LightningElement) { |
| | | @api accountId; |
| | | hospitalSalesdepartmentHP; |
| | |
| | | } |
| | | } |
| | | connectedCallback(){ |
| | | Promise.all([ |
| | | loadStyle(this, lwcCSS) |
| | | ]); |
| | | init({ |
| | | recordId: this.accountId |
| | | }).then(result=>{ |