| | |
| | | * @Author: chen jing wu |
| | | * @Date: 2023-07-28 16:01:28 |
| | | * @LastEditors: chen jing wu |
| | | * @LastEditTime: 2023-07-31 10:01:47 |
| | | * @LastEditTime: 2023-07-31 16:42:13 |
| | | */ |
| | | import { LightningElement, track, wire, api } from 'lwc'; |
| | | import {CurrentPageReference} from 'lightning/navigation'; |
| | | import { CloseActionScreenEvent } from 'lightning/actions'; |
| | | import { NavigationMixin } from 'lightning/navigation'; |
| | | import { encodeDefaultFieldValues } from 'lightning/pageReferenceUtils'; |
| | | import init from '@salesforce/apex/lexAccountController.initForDepartmentCreateBF'; |
| | | import init from '@salesforce/apex/lexAccountController.initForDepartmentCreate'; |
| | | export default class LexDepartmentCreateBF extends NavigationMixin(LightningElement) { |
| | | @api recordId; |
| | | IsLoading = true; |