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