zuozhengqing
2023-10-16 8e5ec095fc4ba9cac7c91b681b06846d3e4155ae
src/views/other/commonDialog/SelectContactDialog.vue
@@ -54,7 +54,8 @@
        return {
          editVisible: false,
          title: "",
          infomation: {}
          infomation: {},
          search_map:{},
        }
      }
    }
@@ -120,7 +121,7 @@
    async getData() {
      this.loading = true
      await getContactList({
        search_map: this.search_map,
        search_map: this.editCommonConfig.search_map,
        page: this.pagerOptions.currPage,
        pageSize: this.pagerOptions.pageSize
      })