1
chenjingwu
2024-04-11 35b9d5c13516054404c9e93fba6ce583fb3d5424
force-app/main/default/pages/MaintenanceProductDataManage.page
@@ -1,4 +1,5 @@
<apex:page standardController="Maintenance_Product_Data__c" showHeader="true" sidebar="true" lightningStylesheets="true">
    <apex:stylesheet value="{!URLFOR($Resource.StyleUtilColorCss)}"/>
    <script type="text/javascript">
        function init() {
//          var test = window.location.search;
@@ -19,6 +20,7 @@
            if(getParam('p8') != null){
                str += '&p8='+getParam('p8');
            }
            console.log(getParam('CF00N10000002DIsr'));
            if(getParam('CF00N10000002DIsr') != null){
                str += '&CF00N10000002DIsr='+getParam('CF00N10000002DIsr');
            }