From 2c8de29fcda52e706f7080018c54dbcb3aca8a46 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sun, 7 Jul 2024 04:12:06 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E5=BD=92=E6=A1=A3-?= =?UTF-8?q?=E9=99=84=E4=BB=B6=E6=90=9C=E7=B4=A2=E4=BC=A0=E5=8F=82=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SearchFilesByTag.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SearchFilesByTag.vue b/src/components/SearchFilesByTag.vue index f605219..bb8a55a 100644 --- a/src/components/SearchFilesByTag.vue +++ b/src/components/SearchFilesByTag.vue @@ -126,7 +126,7 @@ const handleSearch = () => { } const handleReset=()=>{ attachment.fileName='' - attachment.tag='' + attachment.tag=null emit('search', {}) } const handleUpload = () => {