songshankun
2023-10-16 1617ca4cdc4dbe3e68d1cee907871a4f64dda8e5
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()
    },