From d8dc84a3d56df839895f1c417a4d9cbee763d262 Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期五, 03 三月 2023 14:50:59 +0800
Subject: [PATCH] gzw 测试环境代码更新
---
force-app/main/default/pages/MaxManagmentCode.page | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/force-app/main/default/pages/MaxManagmentCode.page b/force-app/main/default/pages/MaxManagmentCode.page
index ef77b36..f918bcd 100644
--- a/force-app/main/default/pages/MaxManagmentCode.page
+++ b/force-app/main/default/pages/MaxManagmentCode.page
@@ -1,9 +1,9 @@
-<apex:page controller="MaxManagmentCodeController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="鏈�澶х紪鐮佹煡鐪�">
+<apex:page controller="MaxManagmentCodeController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="鏈�澶х紪鐮佹煡鐪�" lightningStylesheets="true">
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
-<apex:includeScript value="/soap/ajax/29.0/connection.js"/>
-<apex:includeScript value="/soap/ajax/29.0/apex.js"/>
+<apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
+<apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:form id="allForm">
@@ -18,8 +18,8 @@
<tr>
<td><apex:outputText value="{!info}"/></td>
</tr>
- </apex:repeat>
- </tbody>
+ </apex:repeat>
+ </tbody>
</table>
</apex:form>
</apex:page>
\ No newline at end of file
--
Gitblit v1.9.1