删除后及时刷新

This commit is contained in:
gotoeasy 2023-10-11 16:44:53 +08:00
parent b1f6b2db09
commit 3a7187bf9d

View File

@ -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');