Browse Source

fix: 登录复核 审批后 刷新页面工单没清除 (#13031)

Co-authored-by: feng <1304903146@qq.com>
pull/13035/head
fit2bot 7 months ago committed by GitHub
parent
commit
7ba876eb0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      apps/authentication/templates/authentication/login_wait_confirm.html

1
apps/authentication/templates/authentication/login_wait_confirm.html

@ -95,6 +95,7 @@ function doRequestAuth() {
}
clearInterval(interval);
clearInterval(checkInterval);
cancelTicket();
$(".copy-btn").attr('disabled', 'disabled');
errorMsgRef.html(data.msg)
}

Loading…
Cancel
Save