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

Co-authored-by: feng <1304903146@qq.com>
pull/13035/head
fit2bot 2024-04-16 14:04:18 +08:00 committed by GitHub
parent a31ea77b3c
commit 7ba876eb0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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