diff --git a/src/pages/Submissions.vue b/src/pages/Submissions.vue index 4ee75bd..7f618a9 100644 --- a/src/pages/Submissions.vue +++ b/src/pages/Submissions.vue @@ -7,6 +7,18 @@ 返回首页 +
submission.value.html) @@ -372,6 +385,13 @@ watchDebounced( }, { debounce: 500, maxWait: 1000 }, ) +watch( + () => query.flag, + () => { + query.page = 1 + init() + }, +) onMounted(init) onUnmounted(() => { submission.value = {