buli
2022-05-13 08a21f49f2eaf9cfc19ceb67b196cc36ba689305
force-app/main/default/pages/SWOPage.page
@@ -351,7 +351,8 @@
                    "sfRecordId":swoId,
                    "isSuccess":1
            }), function(result){
            let id  = document.getElementById('Page:mainForm:frontSwoId').value
            //let id  = document.getElementById('Page:mainForm:frontSwoId').value
            let id = j$(escapeVfId("swoid")).value();
            window.location.href = '/apex/SWOPageRead?id=' + id +'&type='+'{!type}';
                //window.location.reload();
            }, staticResources.token);