From 5f43dac2f19ed47ea4cd211a4c6c7f94e8dc0c25 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期四, 11 四月 2024 18:49:56 +0800
Subject: [PATCH] 123
---
force-app/main/default/lwc/lexCreateOPDFromRentalApply/lexCreateOPDFromRentalApply.js | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/lwc/lexCreateOPDFromRentalApply/lexCreateOPDFromRentalApply.js b/force-app/main/default/lwc/lexCreateOPDFromRentalApply/lexCreateOPDFromRentalApply.js
index 1ba2822..26c4729 100644
--- a/force-app/main/default/lwc/lexCreateOPDFromRentalApply/lexCreateOPDFromRentalApply.js
+++ b/force-app/main/default/lwc/lexCreateOPDFromRentalApply/lexCreateOPDFromRentalApply.js
@@ -37,9 +37,12 @@
}
}
connectedCallback(){
+ console.log('LexCreateOPDFromRentalApply init')
+ console.log('this.recordId = ' + this.recordId)
init({
recordId: this.recordId
}).then(result=>{
+ console.log('LexCreateOPDFromRentalApply init result = ' + JSON.stringify(result))
this.hospitalId = result.hospitalId;
this.strategicDeptId = result.strategicDeptId;
this.accountId = result.accountId;
@@ -61,7 +64,7 @@
actionName: 'new'
},
state: {
- nooverride: '1',
+ //nooverride: '1', //2023-08-14 zhj
defaultFieldValues: defaultValues,
recordTypeId: this.recordTypeId
}
--
Gitblit v1.9.1