From e25d1aeef6a1faf5b7515723d0fbbb152eb664a4 Mon Sep 17 00:00:00 2001 From: wangxianzhang Date: Mon, 14 Nov 2022 21:30:43 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=A0=B8=E9=85=B8=E6=A3=80=E6=B5=8B"?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=95=B0=E6=8D=AE"=E6=8C=89=E9=92=AE?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0jobType=E7=9A=84=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/epidemic/natInfo/natList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modules/base/epidemic/natInfo/natList.vue b/src/views/modules/base/epidemic/natInfo/natList.vue index 776c8c993..5948e40fe 100644 --- a/src/views/modules/base/epidemic/natInfo/natList.vue +++ b/src/views/modules/base/epidemic/natInfo/natList.vue @@ -634,6 +634,7 @@ export default { let params = { isSync: '1', dataCode: 'hesuan', + jobType: 'nat', agencyId: this.agencyId } From 7d03bc205a25e3bafb07eb7145fbdba033cec98d Mon Sep 17 00:00:00 2001 From: jiangyy Date: Wed, 16 Nov 2022 13:31:40 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=88=BF=E5=B1=8Bbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/community/community.vue | 6 ++++-- src/views/modules/base/community/roomTable.vue | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue index 4507abb30..fb38da89d 100644 --- a/src/views/modules/base/community/community.vue +++ b/src/views/modules/base/community/community.vue @@ -605,7 +605,7 @@ export default { this.vDisabled = false this.bDisabled = false if (obj.level === 'building') {//点击楼栋 - this.$refs['ref_buildingTable'].loadTable('tree', this.selTreeObj) + this.selAgencyId = '' this.selGridId = '' await this.getValiheList() @@ -613,16 +613,18 @@ export default { await this.getBuildList() this.buildingId = this.selTreeObj.id await this.getUniList() + this.$refs['ref_buildingTable'].loadTable('tree', this.selTreeObj) this.vDisabled = true this.bDisabled = true } else if (obj.level === 'neighborHood') {//点击小区 - this.$refs['ref_neighTable'].loadTable(true, this.selTreeObj) + this.selAgencyId = '' this.selGridId = '' await this.getValiheList() this.neighborHoodId = this.selTreeObj.id await this.getBuildList() + this.$refs['ref_neighTable'].loadTable(true, this.selTreeObj) this.vDisabled = true } else { this.$refs['ref_communityTable'].loadTable(true, this.selTreeObj) diff --git a/src/views/modules/base/community/roomTable.vue b/src/views/modules/base/community/roomTable.vue index 55875f770..200139c66 100644 --- a/src/views/modules/base/community/roomTable.vue +++ b/src/views/modules/base/community/roomTable.vue @@ -291,6 +291,8 @@ export default { async mounted () { this.updateBtnAuths(); + console.log(this.buildingId) + this.displayedBaobiaoBtn = await this.$refs.baobiao.existsTemplate({ elseParams: { categoryKeys: ["house_info"],