From 216ef4cf6dc78537e556b1552cca0aac4914e216 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期一, 16 十月 2023 15:41:18 +0800
Subject: [PATCH] feat: 调整JWT失效时的跳转逻辑

---
 src/views/client/followupRecords/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/client/followupRecords/index.vue b/src/views/client/followupRecords/index.vue
index 0e14e4a..72a09e5 100644
--- a/src/views/client/followupRecords/index.vue
+++ b/src/views/client/followupRecords/index.vue
@@ -249,7 +249,7 @@
     },
     // 鎼滅储
     onFilterSearch(searchText) {
-      this.search_map.name = searchText ?? ""
+      this.search_map.client_name = searchText ?? ""
       this.pagerOptions.currPage = 1
       this.getData()
     },

--
Gitblit v1.8.0