mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-08 08:05:07 +08:00
fix
This commit is contained in:
@ -63,9 +63,9 @@ const handleForceLogout = (rowId: number) => {
|
||||
await TokenApi.deleteAccessTokenApi(rowId)
|
||||
message.success(t('common.success'))
|
||||
})
|
||||
.finally(() => {
|
||||
.finally(async () => {
|
||||
// 刷新列表
|
||||
reloadList(xGrid)
|
||||
await reloadList(xGrid)
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user