fix
This commit is contained in:
@@ -134,6 +134,12 @@ watchDebounced(
|
|||||||
},
|
},
|
||||||
{ debounce: 500, maxWait: 1000 },
|
{ debounce: 500, maxWait: 1000 },
|
||||||
)
|
)
|
||||||
|
watch(
|
||||||
|
() => route.name === "admin problem list" && route.query,
|
||||||
|
(newVal) => {
|
||||||
|
if (newVal) listProblems()
|
||||||
|
},
|
||||||
|
)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Reference in New Issue
Block a user