batch update.

This commit is contained in:
2023-02-01 23:53:27 +08:00
parent 449ada30c2
commit f098c54afb
10 changed files with 55 additions and 55 deletions

View File

@@ -105,7 +105,9 @@ watch(
)
watch(
() => route.path === "/submission" && route.query,
() =>
(route.name === "submissions" || route.name === "contest submissions") &&
route.query,
(newVal) => {
if (newVal) listSubmissions()
}
@@ -229,8 +231,4 @@ const columns = computed(() => {
.select {
width: 120px;
}
.warning {
color: red;
}
</style>