| | |
| | | /* |
| | | // * @Description: |
| | | * @version: |
| | | * @Author: chen jing wu |
| | | * @Date: 2023-08-28 17:27:59 |
| | | * @LastEditors: chen jing wu |
| | | * @LastEditTime: 2023-08-28 17:33:22 |
| | | */ |
| | | import { LightningElement, track, wire, api } from 'lwc'; |
| | | import {CurrentPageReference} from 'lightning/navigation'; |
| | | import { CloseActionScreenEvent } from 'lightning/actions'; |
| | |
| | | recordId: this.recordId, |
| | | type: 'GI' |
| | | }).then(result=>{ |
| | | console.log(result); |
| | | this.recordTypeId = result.recordTypeId; |
| | | this.hospitalDepartmentClass = result.hospitalDepartmentClass; |
| | | const defaultValues = encodeDefaultFieldValues({ |