Merge pull request #6860 from jumpserver/pr@dev@login_confirm

fix: 登陆复核返回后 删除工单
pull/6861/head
feng626 2021-09-15 15:42:18 +08:00 committed by GitHub
commit 2dd7867b32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ function cancelTicket() {
}
function cancelCloseConfirm() {
cancelTicket();
window.onbeforeunload = function() {};
window.onunload = function(){};
}