yangfeng
2023-10-17 053acf1702944d57eeccd9f5238c09bac59dabfa
src/views/other/commonDialog/SelectContactDialog.vue
@@ -54,6 +54,7 @@
        return {
          editVisible: false,
          title: "",
          clientId: 0,
          infomation: {}
        }
      }
@@ -81,6 +82,9 @@
    }
  },
  created() {
    this.search_map = {
      client_id: this.editConfig.clientId
    }
    this.setTable()
    this.getData()
  },