From 66cf4572404be7695f0b4a0bdb11011dc00edf4e Mon Sep 17 00:00:00 2001 From: chuzhongzai Date: Mon, 27 Feb 2023 22:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B2=BE=E7=AE=80=E4=BB=A3=E7=A0=81=EF=BC=8C?= =?UTF-8?q?=E6=8A=BD=E5=8F=96=E5=85=AC=E5=85=B1=E4=BB=A3=E7=A0=81=E4=B8=BA?= =?UTF-8?q?=E5=87=BD=E6=95=B0=EF=BC=8C=E4=BF=AE=E5=A4=8Dbug=EF=BC=88?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=9B=B4=E6=96=B0=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DashBoard.vue | 2 +- src/components/Side.vue | 106 ++++++++-------- src/store/index.js | 240 +++++++++++++++++++---------------- 3 files changed, 184 insertions(+), 164 deletions(-) diff --git a/src/components/DashBoard.vue b/src/components/DashBoard.vue index f343750..0eb0060 100644 --- a/src/components/DashBoard.vue +++ b/src/components/DashBoard.vue @@ -213,7 +213,7 @@ function queryLocalTask(){ } function resetLocalQuery(){ store.commit("_searchLocalByKeyword", "") - store.commit("_searchLocalByTaf", ['']) + store.commit("_searchLocalByTag", ['']) param.value = "" } diff --git a/src/components/Side.vue b/src/components/Side.vue index ee76d9e..6e2d9fe 100644 --- a/src/components/Side.vue +++ b/src/components/Side.vue @@ -2,7 +2,7 @@
- +