123
chenjingwu
2024-04-23 ba7cbbe12980d10600ea1f6eea7e53f6258f638a
1
2
3
4
5
<apex:page Controller="SaveAssetByCopyController" action="{!init}">
    <script type="text/javascript">
        window.location.href = '/{!newid}';
    </script>
</apex:page>