|  |  | 
 |  |  |           editVisible: false, | 
 |  |  |           title: "", | 
 |  |  |           infomation: {}, | 
 |  |  |           search_map:{}, | 
 |  |  |           search_map: {} | 
 |  |  |         } | 
 |  |  |       } | 
 |  |  |     } | 
 |  |  | 
 |  |  |     async getData() { | 
 |  |  |       this.loading = true | 
 |  |  |       await getSalesLeadsList({ | 
 |  |  |         search_map: this.editCommonConfig.search_map, | 
 |  |  |         search_map: this.editConfig.search_map, | 
 |  |  |         page: this.pagerOptions.currPage, | 
 |  |  |         pageSize: this.pagerOptions.pageSize | 
 |  |  |       }) | 
 |  |  | 
 |  |  |     // 搜索 | 
 |  |  |     searchClick(val, content) { | 
 |  |  |       console.log(val, content) | 
 |  |  |       this.search_map = { | 
 |  |  |       this.editConfig.search_map = { | 
 |  |  |         [val.value]: content | 
 |  |  |       } | 
 |  |  |       this.getData() | 
 |  |  |     }, | 
 |  |  |     resetClick() { | 
 |  |  |       this.search_map = {} | 
 |  |  |       this.editConfig.search_map = {} | 
 |  |  |       this.getData() | 
 |  |  |     } | 
 |  |  |   } |