This commit is contained in:
2025-06-18 00:02:01 +08:00
parent 9e5e88679d
commit 4e02e28ee4

View File

@@ -134,6 +134,12 @@ watchDebounced(
},
{ debounce: 500, maxWait: 1000 },
)
watch(
() => route.name === "admin problem list" && route.query,
(newVal) => {
if (newVal) listProblems()
},
)
</script>
<template>