123
chenjingwu
2024-04-12 3419066d82b93d834b71b7b88a38fa9526e86f8a
force-app/main/default/lwc/lexDepartmentCreateGI/lexDepartmentCreateGI.js
@@ -1,3 +1,11 @@
/*
//  * @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';
@@ -29,6 +37,7 @@
            recordId: this.recordId,
            type: 'GI'
        }).then(result=>{
         console.log(result);
            this.recordTypeId = result.recordTypeId;
            this.hospitalDepartmentClass = result.hospitalDepartmentClass;
            const defaultValues = encodeDefaultFieldValues({