From b621dcfc59ba55463ce1d11fd825755c449b97c8 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Thu, 17 Oct 2024 16:14:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=BB=87=E6=9E=B6=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index bf21d84..b746144 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -130,9 +130,9 @@ @@ -352,6 +352,7 @@ export default { } if(this.form.orgHeadUserId!=null){ let arr = this.form.orgHeadUserId.split(',') + this.$set(this.form,"orgHeadUserIdList",arr) } this.open = true; this.title = "修改部门";