From e734194435a8b18d472904cda94266efeb247499 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Wed, 27 Jul 2022 16:46:15 +0800 Subject: [PATCH] bug --- src/views/modules/plugins/.gitkeep | 0 src/views/modules/plugins/visit/visitvisitor.vue | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 src/views/modules/plugins/.gitkeep diff --git a/src/views/modules/plugins/.gitkeep b/src/views/modules/plugins/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/src/views/modules/plugins/visit/visitvisitor.vue b/src/views/modules/plugins/visit/visitvisitor.vue index d65d0391..40f4e935 100644 --- a/src/views/modules/plugins/visit/visitvisitor.vue +++ b/src/views/modules/plugins/visit/visitvisitor.vue @@ -218,13 +218,13 @@ export default { this.unitArr = [] this.houseArr = [] this.$http - .post('/gov/org/icbuilding/buildingoption', { neighborHoodId: this.dataForm.neighborhoodIdoodId}) + .post('/gov/org/icbuilding/buildingoption', { neighborHoodId: this.dataForm.neighborhoodId}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) } else { console.log('获取查询详情成功', res.data) - this.builidingArr = res.data + this.buildingArr = res.data } }) .catch(() => {