From 5f668d7824c82be95bd22555487013b70f44c33f Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Wed, 9 Oct 2024 20:52:01 +0800 Subject: [PATCH] fix --- src/admin/communication/comments.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/admin/communication/comments.vue b/src/admin/communication/comments.vue index 516de4c..26558ee 100644 --- a/src/admin/communication/comments.vue +++ b/src/admin/communication/comments.vue @@ -97,6 +97,7 @@ async function listComments() { } onMounted(listComments) +watch(() => [query.page, query.limit], listComments) watchDebounced(() => [query.problem], listComments, { debounce: 500, maxWait: 1000,