李彤
2023-05-18 49dfe80719274f1548737d2e73f78d0604081ccc
1
2
3
4
5
6
<apex:page Controller="SaveMContractFromReportController" action="{!init}" lightningStylesheets="true">
    <script type="text/javascript">
    // TODO jsにて日報画面色変更
        window.location.href = '/{!newId}';
    </script>
</apex:page>