From 3031392f899297e55e0c8944c4c656e436634ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BB=95=E4=BC=9F?= <499672082@qq.com> Date: Tue, 1 Mar 2022 19:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E4=B8=AA=E5=88=86=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue index 8b1f59a4..fe4f60dc 100644 --- a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue +++ b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue @@ -190,7 +190,7 @@ export default { this.dialog = true this.dialogForm = JSON.parse(JSON.stringify({ ...row, - sysUserIds: [row.sysUserId], + sysUserIds: [row.id], areaId: row.areaId || this.user.info.areaId })); },