KKbes
2023-07-26 f955cf98e4f978a720b02e3b225da61cbee7af7a
页面
1个文件已修改
2 ■■■ 已修改文件
force-app/main/default/pages/SampleInventorySection.page 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/SampleInventorySection.page
@@ -1,4 +1,4 @@
<apex:page standardController="Account" extensions="SampleInventorySectionController" showChat="false" showHeader="false" sidebar="false" action="{!init}" id="Page">
<apex:page lightningStylesheets="true" standardController="Account" extensions="SampleInventorySectionController" showChat="false" showHeader="false" sidebar="false" action="{!init}" id="Page">
    <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
    <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
    <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>