From d9b6e1890e49fd1eb02c297a3da796236b321d0b Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Mon, 23 May 2022 16:05:29 +0800 Subject: [PATCH] dd --- src/views/modules/visual/communityParty/party.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/visual/communityParty/party.vue b/src/views/modules/visual/communityParty/party.vue index 4f4efc5c..fa06b21d 100644 --- a/src/views/modules/visual/communityParty/party.vue +++ b/src/views/modules/visual/communityParty/party.vue @@ -838,12 +838,13 @@ export default { this.noEduInit = false if (val.length > 0) { const i = val.length - 1 - + this.agencyId = val[i] this.getAgeCount(val[i]) this.getEduCount(val[i]) this.getAgeList(val[i]) this.getEduList(val[i]) } else { + this.agencyId = '' this.getAgeCount('') this.getEduCount('') this.getAgeList('')