From 70dab533ad852b04242f08f7b276a8088a2f0272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B2=E6=A0=91=E9=80=9A?= <1976590620@qq.com> Date: Tue, 24 Dec 2019 13:54:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=9A=E5=91=98=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=20=E5=B9=B2=E9=83=A8=E4=B8=8B=E6=B2=89=E9=9D=9E?= =?UTF-8?q?=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/user/partymembers-add-or-update.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/user/partymembers-add-or-update.vue b/src/views/modules/user/partymembers-add-or-update.vue index 8612ee94..c7692882 100755 --- a/src/views/modules/user/partymembers-add-or-update.vue +++ b/src/views/modules/user/partymembers-add-or-update.vue @@ -149,7 +149,7 @@ export default { this.getInfo() } else { this.dataForm.allDeptIds = [] - this.dataForm.cadreFlag = [] + this.dataForm.cadreFlag = '' this.dataForm.tagIds = [] } })