buli
2022-04-26 5835379ec30b1667c4e522db9d294c9b7bb8633a
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);