From 41291f758f84413a0804d4d4f5b1729d29f0c077 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 15 Nov 2021 11:18:41 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1235=20fix=EF=BC=9A=20=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=A1=86=E7=BB=84=E4=BB=B6=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=87=BA=E7=8E=B0=20undefined?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/searchInput.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/searchInput.vue b/nezha-fronted/src/components/common/searchInput.vue index 7ec358cdf..8c3038538 100644 --- a/nezha-fronted/src/components/common/searchInput.vue +++ b/nezha-fronted/src/components/common/searchInput.vue @@ -14,7 +14,8 @@
  • {{item.name}}: - {{item.val+' '}} + {{item.val+' '}} + {{' '}}
  • @@ -964,6 +965,7 @@ export default { restructure_historyDate () { if (localStorage.getItem('nz-history-' + this.where) !== undefined && localStorage.getItem('nz-history-' + this.where) !== null) { this.history_once = JSON.parse(localStorage.getItem('nz-history-' + this.where)) + console.log(this.history_once) } }, clear_search_list (e) {