From 1a22013d13f485e73d4760e0e618eb8e304af993 Mon Sep 17 00:00:00 2001 From: 123456 <17862666717> Date: Mon, 30 May 2022 14:54:58 +0800 Subject: [PATCH 01/21] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=BB=84=E7=BB=87?= =?UTF-8?q?=E6=9C=BA=E6=9E=84=E7=BA=A7=E8=81=94=E9=80=89=E6=8B=A9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stats/factagencyuserhousedaily.vue | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/views/modules/plugins/stats/factagencyuserhousedaily.vue b/src/views/modules/plugins/stats/factagencyuserhousedaily.vue index 42e37b0c..8be6e5eb 100644 --- a/src/views/modules/plugins/stats/factagencyuserhousedaily.vue +++ b/src/views/modules/plugins/stats/factagencyuserhousedaily.vue @@ -4,7 +4,7 @@ - - + --> + + @@ -104,6 +111,14 @@ export default { } }, methods: { + handleChange(value){ + console.log(value[1]) + if(Array.isArray(value) && value.length > 0){ + this.dataForm.agencyId = value[1] + }else{ + this.dataForm.agencyId = null + } + }, getGridList() { const { user } = this.$store.state this.$http From a1efe6df60e28a24ffed16ce587b9e5e5f1d3a4f Mon Sep 17 00:00:00 2001 From: 123456 <17862666717> Date: Mon, 30 May 2022 15:09:34 +0800 Subject: [PATCH 02/21] =?UTF-8?q?fix:=E5=A2=9E=E5=8A=A0=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/plugins/stats/factagencyuserhousedaily.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/modules/plugins/stats/factagencyuserhousedaily.vue b/src/views/modules/plugins/stats/factagencyuserhousedaily.vue index 8be6e5eb..b12ab5ff 100644 --- a/src/views/modules/plugins/stats/factagencyuserhousedaily.vue +++ b/src/views/modules/plugins/stats/factagencyuserhousedaily.vue @@ -20,6 +20,7 @@ @@ -113,6 +114,8 @@ export default { methods: { handleChange(value){ console.log(value[1]) + const checkedNodes = this.$refs['cascaderUnit'].getCheckedNodes() + console.log(checkedNodes) // 获取当前点击的节点 if(Array.isArray(value) && value.length > 0){ this.dataForm.agencyId = value[1] }else{ From 4b930a06468c0963010e148ad7444bf89573fb28 Mon Sep 17 00:00:00 2001 From: 123456 <17862666717> Date: Mon, 30 May 2022 16:10:07 +0800 Subject: [PATCH 03/21] =?UTF-8?q?fix:=E5=A2=9E=E5=8A=A0=E5=9B=9E=E6=98=BE?= =?UTF-8?q?=E5=92=8C=E4=B8=80=E7=BA=A7=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stats/factagencyuserhousedaily.vue | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/views/modules/plugins/stats/factagencyuserhousedaily.vue b/src/views/modules/plugins/stats/factagencyuserhousedaily.vue index b12ab5ff..7f0392fd 100644 --- a/src/views/modules/plugins/stats/factagencyuserhousedaily.vue +++ b/src/views/modules/plugins/stats/factagencyuserhousedaily.vue @@ -17,13 +17,13 @@ > --> - + + 0){ - this.dataForm.agencyId = value[1] - }else{ - this.dataForm.agencyId = null - } + cascaderClick (nodeData) { + this.dataForm.agencyId = nodeData.agencyId; + this.dataForm.level = nodeData.level + this.$refs.cascaderUnit.checkedValue = nodeData.agencyId; + this.$refs.cascaderUnit.computePresentText(); + this.$refs.cascaderUnit.toggleDropDownVisible(false); + }, getGridList() { const { user } = this.$store.state @@ -133,6 +131,8 @@ export default { console.log('获取查询详情成功', res.data) // this.optionsA = res.data this.optionsA.push(res.data) + this.dataForm.agencyId = res.data.agencyId + this.dataForm.level = res.data.level } }) .catch(() => { From 0b5312d0189319d196b8c963954066f8e8c6471c Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Tue, 31 May 2022 08:53:24 +0800 Subject: [PATCH 04/21] dd --- src/views/modules/visual/communityParty/community.vue | 6 +++--- src/views/modules/visual/communityParty/dialogInfo.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue index ac60395b..3e24fb92 100644 --- a/src/views/modules/visual/communityParty/community.vue +++ b/src/views/modules/visual/communityParty/community.vue @@ -109,7 +109,7 @@ -
+
联建活动分类统计
@@ -1298,7 +1298,7 @@ export default { .mt0 { margin: 0; } -.mt20 { - margin-top: 20px; +.mt40 { + margin-top: 40px; } diff --git a/src/views/modules/visual/communityParty/dialogInfo.vue b/src/views/modules/visual/communityParty/dialogInfo.vue index db6d9541..c4160ff6 100644 --- a/src/views/modules/visual/communityParty/dialogInfo.vue +++ b/src/views/modules/visual/communityParty/dialogInfo.vue @@ -46,11 +46,11 @@ 活动时间: {{ info.activityTime }}
-
+
活动地址: {{ info.address }} From 0c9980bd3d2c0fb8f190dfb1887ba046453751aa Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Tue, 31 May 2022 09:09:15 +0800 Subject: [PATCH 05/21] dd --- src/views/modules/visual/communityParty/community.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue index 3e24fb92..79f533a5 100644 --- a/src/views/modules/visual/communityParty/community.vue +++ b/src/views/modules/visual/communityParty/community.vue @@ -1260,6 +1260,7 @@ export default { } .calc-h { height: calc(100vh - 240px); + padding-bottom: 20px; } .wd50 { width: 50%; From 4d40dc1ed5f793472a477476f34880b94623b751 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Tue, 31 May 2022 09:28:09 +0800 Subject: [PATCH 06/21] dd --- src/views/modules/communityParty/members/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/communityParty/members/index.vue b/src/views/modules/communityParty/members/index.vue index d2891de2..3077d9d7 100644 --- a/src/views/modules/communityParty/members/index.vue +++ b/src/views/modules/communityParty/members/index.vue @@ -483,7 +483,7 @@ export default { handleTimeChange (val) { if (val.length > 0) { this.searchForm.rdsjStartDate = val[0] - this.searchForm.rdsjEndDate = val[0] + this.searchForm.rdsjEndDate = val[1] } else { this.searchForm.rdsjStartDate = '' this.searchForm.rdsjEndDate = '' From 9588eec73b8cbe9c3d4cbbe2c8179877b5181251 Mon Sep 17 00:00:00 2001 From: 123456 <17862666717> Date: Tue, 31 May 2022 10:21:05 +0800 Subject: [PATCH 07/21] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E7=BA=A7=E8=81=94?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugins/stats/factagencyuserhousedaily.vue | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/views/modules/plugins/stats/factagencyuserhousedaily.vue b/src/views/modules/plugins/stats/factagencyuserhousedaily.vue index 7f0392fd..917751d6 100644 --- a/src/views/modules/plugins/stats/factagencyuserhousedaily.vue +++ b/src/views/modules/plugins/stats/factagencyuserhousedaily.vue @@ -1,6 +1,6 @@