From d77b6353ca9b59a6398df3eae9912f9fd766946d Mon Sep 17 00:00:00 2001
From: zhangzhengmei <zhangzhengmei@prec-tech.com>
Date: 星期六, 05 八月 2023 17:04:22 +0800
Subject: [PATCH] fix: lightning 页面确认

---
 force-app/main/default/pages/DiscountProductChoosEditPage.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/pages/DiscountProductChoosEditPage.page b/force-app/main/default/pages/DiscountProductChoosEditPage.page
index 35aeb68..f9c5db1 100644
--- a/force-app/main/default/pages/DiscountProductChoosEditPage.page
+++ b/force-app/main/default/pages/DiscountProductChoosEditPage.page
@@ -1,4 +1,4 @@
-<apex:page standardcontroller="DiscountProductApplication__c" sidebar="false">
+<apex:page standardcontroller="DiscountProductApplication__c" sidebar="false" lightningStylesheets='true'>
 	<!-- <apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
     <apex:includeScript value="{!URLFOR($Resource.apex20)}"/> -->
     <script type="text/javascript">

--
Gitblit v1.9.1