From acf5ad13744dedf6ba6e5f3110fc9d8c4a6a9aa8 Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Wed, 22 Jun 2022 16:59:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2055986=20=E3=80=9030?= =?UTF-8?q?=E5=8F=B7=E9=9C=80=E8=A7=A3=E5=86=B3=E9=97=AE=E9=A2=98=E3=80=91?= =?UTF-8?q?=E7=BC=BA=E5=B0=91=E6=8A=80=E6=9C=AF=E5=A7=94=E5=91=98=E4=BC=9A?= =?UTF-8?q?=E3=80=81=E7=A6=8F=E7=94=B0=E6=A0=87=E5=87=86=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/config/pages/mechanismManage/pages/committee.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/config/pages/mechanismManage/pages/committee.vue b/src/pages/config/pages/mechanismManage/pages/committee.vue index b30fec33e..697a2df9c 100644 --- a/src/pages/config/pages/mechanismManage/pages/committee.vue +++ b/src/pages/config/pages/mechanismManage/pages/committee.vue @@ -270,6 +270,8 @@ export default { this.addForm.committeeDirectorName = this.committeeChangeList[0].committeeDirectorName; this.addForm.committeeSecretary = this.committeeChangeList[0].committeeSecretary; this.addForm.committeeSecretaryName = this.committeeChangeList[0].committeeSecretaryName; + this.addForm.committeeDeputy = this.committeeChangeList[0].committeeDeputy; + this.addForm.committeeDeputyName = this.committeeChangeList[0].committeeDeputyName; } }, //批量删除