@@ -286,6 +286,7 @@
let id = this.data?.id || userRow?.id;
getById(id).then((res) => {
this.form = res.data;
+ this.form.mainUserId = id;
this.getUserDetail();
this.form.groupRolePOList = [];
res.data.groupRoleList.forEach((item) => {