src/views/other/commonDialog/SelectContactDialog.vue
@@ -54,8 +54,8 @@ return { editVisible: false, title: "", infomation: {}, search_map:{}, clientId: 0, infomation: {} } } } @@ -82,6 +82,9 @@ } }, created() { this.search_map = { client_id: this.editConfig.clientId } this.setTable() this.getData() }, @@ -121,7 +124,7 @@ async getData() { this.loading = true await getContactList({ search_map: this.editCommonConfig.search_map, search_map: this.search_map, page: this.pagerOptions.currPage, pageSize: this.pagerOptions.pageSize })