yangfeng
2023-10-17 d3c0cce8e77ea1986b2cd0c82135d926f1e2137a
src/views/other/commonDialog/SelectLeadDialog.vue
@@ -59,7 +59,8 @@
        return {
          editVisible: false,
          title: "",
          infomation: {}
          infomation: {},
          search_map:{},
        }
      }
    }
@@ -93,7 +94,7 @@
    async getData() {
      this.loading = true
      await getSalesLeadsList({
        search_map: this.search_map,
        search_map: this.editCommonConfig.search_map,
        page: this.pagerOptions.currPage,
        pageSize: this.pagerOptions.pageSize
      })