高章伟
2022-03-24 6527332c9c0cf2b3c5aa153f5165d56ceb5047be
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>