batch update.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user