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