diff --git a/src/views/modules/communityParty/elegant/index.vue b/src/views/modules/communityParty/elegant/index.vue index b0395f7b..e7898638 100644 --- a/src/views/modules/communityParty/elegant/index.vue +++ b/src/views/modules/communityParty/elegant/index.vue @@ -426,6 +426,7 @@ export default { }, resetForm(formName) { this.$refs[formName].resetFields() + this.handleSearch() }, handleAdd() { this.dialogVisible = true diff --git a/src/views/modules/communityService/measure/index.vue b/src/views/modules/communityService/measure/index.vue index e060509e..a249a953 100644 --- a/src/views/modules/communityService/measure/index.vue +++ b/src/views/modules/communityService/measure/index.vue @@ -637,12 +637,13 @@ export default { this.searchForm.reportStartTime = '' this.searchForm.reportEndTime = '' this.searchForm.wantServiceStartTime = '' - this.searchForm.wantServiceTime = '' + this.searchForm.wantServiceEndTime = '' this.searchForm.categoryCode = '' this.searchForm.level = '' this.reportTime = '' this.serviceTime = '' this.$refs[formName].resetFields() + this.handleSearch() }, handleCateCHange(val) { console.log('val', val) diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue index 1a2c1a3e..466ee542 100644 --- a/src/views/modules/visual/communityParty/community.vue +++ b/src/views/modules/visual/communityParty/community.vue @@ -10,7 +10,9 @@