zuozhengqing
2023-10-16 acf2075e53ac6bec5991d833539607ae06b0d5a2
跟进记录修改搜索字段
1个文件已修改
2 ■■■ 已修改文件
src/views/client/followupRecords/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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()
    },