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 = '' diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue index ac60395b..79f533a5 100644 --- a/src/views/modules/visual/communityParty/community.vue +++ b/src/views/modules/visual/communityParty/community.vue @@ -109,7 +109,7 @@ -