mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
删除后及时刷新
This commit is contained in:
parent
b1f6b2db09
commit
3a7187bf9d
@ -93,6 +93,7 @@ function remove(row) {
|
||||
console.log(rs)
|
||||
if (rs.success) {
|
||||
$msg.info(`已删除日志仓 ${row.name}`);
|
||||
search();
|
||||
} else if (rs.code == 403) {
|
||||
userLogout(); // 403 时登出
|
||||
router.push('/login');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user