From e14d6d0619330cad423f06493e3aa2371faa2a8f Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期六, 09 九月 2023 14:02:23 +0800
Subject: [PATCH] Sit期间修改
---
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