19626
2023-10-31 fd9df05c48c09b4d7f39a3b401882bda226dedea
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');
            }