From 2cc792b5e113befc3c569ebb7eae9c8d03b9d0b6 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期五, 12 四月 2024 14:41:57 +0800
Subject: [PATCH] 123
---
force-app/main/default/pages/LostCreatePage1.page | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/pages/LostCreatePage1.page b/force-app/main/default/pages/LostCreatePage1.page
index 950111b..474d394 100644
--- a/force-app/main/default/pages/LostCreatePage1.page
+++ b/force-app/main/default/pages/LostCreatePage1.page
@@ -65,7 +65,7 @@
// 杩欐槸璇环鐨処D锛�
var opportunityid = getParam('CF00N10000004lbGT_lkid');
console.log(opportunityid);
- var str = '/apex/PCLLostReportPage?pageStatus=Create' +'&oppId='+opportunityid +'&lostType=' + '澶卞崟';
+ var str = '/lightning/n/PCLLostReportPage#pageStatus=Create' +'&oppId='+opportunityid +'&lostType=' + '澶卞崟';
window.open(str,'_self');
}
@@ -74,7 +74,7 @@
// 杩欐槸璇环鐨処D锛�
var opportunityid = getParamFromUrl('CF00N10000004lbGT_lkid');
console.log(opportunityid);
- var str = '/apex/PCLLostReportPage?pageStatus=Create' +'&oppId='+opportunityid +'&lostType=' + '閮ㄥ垎澶卞崟';
+ var str = '/lightning/n/PCLLostReportPage#pageStatus=Create' +'&oppId='+opportunityid +'&lostType=' + '閮ㄥ垎澶卞崟';
window.open(str,'_self');
}
--
Gitblit v1.9.1