zhangqian
2023-08-10 af7f2ebba1ca53c05ad1c47361c889afd53a9765
1
2
3
4
5
6
<apex:page Controller="SaveAssetFromReportController" action="{!init}">
    <script type="text/javascript">
    // TODO jsにて日報画面色変更
        window.location.href = '/{!newId}';
    </script>
</apex:page>