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) {