DESKTOP-0K9VGFE\hp
2022-03-11 6d766b0c8e9b31e7e03ffd344a94c2851aa9beb9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<apex:page standardController="SolutionProjectRequirements__c" showHeader="false" sidebar="false">
<!-- Begin Default Content REMOVE THIS -->
<script type="text/javascript">
    function init() { 
        // url 路径
        var str = '/a3k/e?Name=*&nooverride=1';
 
        // 跳转页面
        window.open(str,'_self');
    }
 
</script>
 
<body onload="init()">
        
</body>
<!-- End Default Content REMOVE THIS -->
</apex:page>