1
chenjingwu
2024-05-24 bdb1a98b64a2cf59bcfd575c579aa0742e0de954
force-app/main/default/pages/SubAuthorizedCreate.page
@@ -14,7 +14,7 @@
                str += '&CF00N10000008qp8Z_lkid='+getParam('CF00N10000008qp8Z_lkid');
            }
            str += '&nooverride=1';
            window.open(str,'_self');
            window.location.href = str;
        }
        function getParam(paramName) {
            paramValue = "", isFound = !1;
@@ -24,6 +24,9 @@
            }
            return paramValue == "" && (paramValue = null), paramValue
        }
        document.addEventListener("DOMContentLoaded", function(event) {
            init();
        });
    </script>
    <body onload="init()">
    </body>