123
chenjingwu
2024-04-11 61d3da83d22c63d9ae7d434e3fdf023d5915f566
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');
            }