123
chenjingwu
2024-04-25 e96b9e75fa1ca0de5decfbe4d5e8e4f5cb4ea123
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');
            }