From cd730d0b1a775abacfba06003bb58327d5d1fb3c Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期四, 02 二月 2023 12:23:31 +0800
Subject: [PATCH] 同步数据
---
force-app/main/default/pages/OPDSortManage.page | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/force-app/main/default/pages/OPDSortManage.page b/force-app/main/default/pages/OPDSortManage.page
index b392ecd..6dead08 100644
--- a/force-app/main/default/pages/OPDSortManage.page
+++ b/force-app/main/default/pages/OPDSortManage.page
@@ -1,9 +1,9 @@
-<apex:page controller="OPDSortManageController" action="{!init}" showHeader="false" sidebar="true" id="allPage" title="OPD璁″垝绠$悊琛�">
+<apex:page controller="OPDSortManageController" action="{!init}" showHeader="false" sidebar="true" id="allPage" title="OPD璁″垝绠$悊琛�" >
<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)}"/>
<style type="text/css">
ul,li{ padding:0;margin-top:10px;list-style:none}
td{
--
Gitblit v1.9.1