diff --git a/src/apps/AppGridManagement/AddFamily.vue b/src/apps/AppGridManagement/AddFamily.vue index 50a3b4a6..f8db615f 100644 --- a/src/apps/AppGridManagement/AddFamily.vue +++ b/src/apps/AppGridManagement/AddFamily.vue @@ -60,7 +60,7 @@ export default { computed: { ...mapState(['user']) }, methods: { getList(){ - this.$http.post(`/app/appresident/list?residentType=0&areaId=${this.areaId}&householdName=1¤t=${this.current}&con=${this.value}`).then((res) => { + this.$http.post(`/app/appresident/list?areaId=${this.areaId}&householdName=1¤t=${this.current}&con=${this.value}`).then((res) => { if (res.code == 0) { res.data.records.map((item) => { item.checked = false