From 8f4ad76b62eb243a613f2e1c4af6af1abb926860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Wed, 9 Aug 2023 13:12:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E8=8E=B7=E5=8F=96bug?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/views/systemManage/userManage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fe/PC/src/views/systemManage/userManage.vue b/fe/PC/src/views/systemManage/userManage.vue index 1dd3da8e2..9cce41417 100644 --- a/fe/PC/src/views/systemManage/userManage.vue +++ b/fe/PC/src/views/systemManage/userManage.vue @@ -463,7 +463,7 @@ export default { this.options = res.items; }); //获取所有部门 - departmentList({},'auth/department').then(res => { + departmentList({MaxResultCount: 1000},'auth/department').then(res => { this.departmentOptions = res.items; }) }, @@ -596,7 +596,7 @@ export default { this.concurrencyStamp = row.concurrencyStamp; this.form.extraProperties.IsActive = row.extraProperties.IsActive; this.form.extraProperties.DepartmentCode = row.extraProperties.DepartmentCode; - departmentList({},'auth/department').then(res => { + departmentList({MaxResultCount: 1000},'auth/department').then(res => { this.departmentOptions = res.items }) usersroles().then((res) => {