单个分配
This commit is contained in:
@@ -190,7 +190,7 @@ export default {
|
|||||||
this.dialog = true
|
this.dialog = true
|
||||||
this.dialogForm = JSON.parse(JSON.stringify({
|
this.dialogForm = JSON.parse(JSON.stringify({
|
||||||
...row,
|
...row,
|
||||||
sysUserIds: [row.sysUserId],
|
sysUserIds: [row.id],
|
||||||
areaId: row.areaId || this.user.info.areaId
|
areaId: row.areaId || this.user.info.areaId
|
||||||
}));
|
}));
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user