fix(userManagement): 添加本人参数 parentUserId 改为 userId

Co-Authored-By: Claude Code <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-09-15 15:26:07 +08:00
co-authored by Claude Code
parent 7e2033e235
commit deea304799
@@ -490,7 +490,7 @@ Page({
addSelfUser({ addSelfUser({
relationType: 1, relationType: 1,
dataType: 0, dataType: 0,
parentUserId: userInfo.userId, userId: userInfo.userId,
sn, sn,
scaleDeviceId: sn, scaleDeviceId: sn,
realname: userInfo.realname ?? '', realname: userInfo.realname ?? '',