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/lexOPDReport/lexOPDReport.js | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/lwc/lexOPDReport/lexOPDReport.js b/force-app/main/default/lwc/lexOPDReport/lexOPDReport.js
index 50883e0..541bfa6 100644
--- a/force-app/main/default/lwc/lexOPDReport/lexOPDReport.js
+++ b/force-app/main/default/lwc/lexOPDReport/lexOPDReport.js
@@ -93,6 +93,7 @@
Opportunity_Situation__c: '璺熻繘璇环',
});
+ console.log('defaultValues = ' + defaultValues);
this[NavigationMixin.Navigate]({
type: 'standard__objectPage',
attributes: {
@@ -100,7 +101,7 @@
actionName: 'new'
},
state: {
- nooverride: '1',
+ //nooverride: '1',
defaultFieldValues: defaultValues,
recordTypeId: this.recordTypeId
}
@@ -118,6 +119,7 @@
Report_OPDPlan__c: this.opdPlan,
Hospital_Department__c: this.account
});
+ console.log('defaultValues = ' + defaultValues);
this[NavigationMixin.Navigate]({
type: 'standard__objectPage',
attributes: {
@@ -125,7 +127,7 @@
actionName: 'new'
},
state: {
- nooverride: '1',
+ //nooverride: '1',
defaultFieldValues: defaultValues,
recordTypeId: this.recordTypeId
}
--
Gitblit v1.9.1