From 4b94c614ad963c4d79fda664da1393af07a3b2c1 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Mon, 13 Apr 2026 16:32:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B8=E6=9C=BAapp=E7=9A=84=E6=99=AE?= =?UTF-8?q?=E9=80=9A=E6=9D=90=E6=96=99=E6=8E=A5=E5=8F=A3=E4=B8=8D=E6=8C=82?= =?UTF-8?q?token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/documentView/docmentList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/documentView/docmentList.vue b/src/views/documentView/docmentList.vue index 2316f0ec..5f513a51 100644 --- a/src/views/documentView/docmentList.vue +++ b/src/views/documentView/docmentList.vue @@ -154,7 +154,7 @@ export default { this.isLoading = false }, initShow(){ - this.keyword= '', + this.keyword= '' this.getNormalList() } }