123
chenjingwu
2024-04-16 cc914d1a68f71cf0b8fe7f1c4bfac9fc1e54e3d8
force-app/main/default/lwc/lexSubmitForApproval/lexSubmitForApproval.js
@@ -64,8 +64,6 @@
            window.open(url, '', 'height=350, width=600, top=200, left=350,location=no');
        }).catch(error => {
            console.log("error");
        }).finally(() => {
        });
        })
    }
}