单个分配
This commit is contained in:
@@ -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
|
||||
}));
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user