From 3d8a1f5c0952d3d62b8c24432f8525871c32e591 Mon Sep 17 00:00:00 2001
From: 李彤 <litong@prec-tech.com>
Date: 星期三, 16 十一月 2022 10:42:22 +0800
Subject: [PATCH] DB202211270805_1

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

diff --git a/force-app/main/default/pages/ViewQISReportDecryptInfo.page b/force-app/main/default/pages/ViewQISReportDecryptInfo.page
index f3c197d..2cf384a 100644
--- a/force-app/main/default/pages/ViewQISReportDecryptInfo.page
+++ b/force-app/main/default/pages/ViewQISReportDecryptInfo.page
@@ -1,4 +1,5 @@
 <apex:page standardController="QIS_Report__c" extensions="NewAndEditQISController" id="page">
+    <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
     <apex:includeScript value="{! URLFOR($Resource.AWSService, 'AWSService.js') }"/>
     <apex:form id="form">
         <apex:pageblock id="pageBlock">

--
Gitblit v1.9.1