From 5d4f265aab8e9813eaa2a9d6eb6247955218f8ef Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期一, 15 四月 2024 11:59:45 +0800
Subject: [PATCH] 123
---
force-app/main/default/lwc/lexDepartmentCreateGI/lexDepartmentCreateGI.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/lwc/lexDepartmentCreateGI/lexDepartmentCreateGI.js b/force-app/main/default/lwc/lexDepartmentCreateGI/lexDepartmentCreateGI.js
index d7c3b33..e7b9451 100644
--- a/force-app/main/default/lwc/lexDepartmentCreateGI/lexDepartmentCreateGI.js
+++ b/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({
--
Gitblit v1.9.1