From 6b392e284fbf3e31d9eea851c879db461c19b13f Mon Sep 17 00:00:00 2001 From: liuchuang <123456> Date: Tue, 9 Nov 2021 12:29:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=B0=91=E7=99=BB=E8=AE=B0=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=8A=9F=E8=83=BD=E6=89=80=E5=B1=9E=E5=B0=8F=E7=BB=84?= =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E6=89=80=E5=B1=9E=E9=80=89=E5=8C=BA=E8=81=94?= =?UTF-8?q?=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/custom/voterregistration.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/custom/voterregistration.vue b/src/views/modules/custom/voterregistration.vue index d025e46..7ccb69c 100644 --- a/src/views/modules/custom/voterregistration.vue +++ b/src/views/modules/custom/voterregistration.vue @@ -163,6 +163,8 @@ export default { }).catch(() => {}) }, getGroupList (code) { + this.groupList = [] + this.dataForm.groupCode = '' let pid = '' this.constituencyList.find((item) => { if (item.configCode === code) { @@ -170,7 +172,6 @@ export default { } }) if (pid === '') { - this.groupList = [] return } this.$http.get(`/custom/voterregistrationconfig/getConfigByType`, { params: { configType: '', pid: pid } }).then(({ data: res }) => {