From 7ecf4241a7ff8ce7e61147f4f301718b51fe66b1 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 30 Oct 2024 17:17:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=AE=AF=E5=BD=95=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=8A=9F=E8=83=BDorgLevels=E5=9B=9E=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/organization/organization.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/base/organization/organization.vue b/src/views/modules/base/organization/organization.vue index e8854fceb..610d7e034 100644 --- a/src/views/modules/base/organization/organization.vue +++ b/src/views/modules/base/organization/organization.vue @@ -2182,7 +2182,7 @@ export default { this.peoForm.idCard = data.idCard; this.peoForm.agencyName=data.agencyName; this.peoForm.manageOrgIds = data.manageOrgIdStr?data.manageOrgIdStr.split(','):[]; - this.peoForm.orgLevels = data.orgLevels; + this.peoForm.orgLevels = data.manageLevelStr; this.manageOrgIds = data.manageOrgIdStr; // 已有的权限(角色) let existedRoleArr = [];