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