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 })); },