单个分配

This commit is contained in:
刘仕伟
2022-03-01 19:31:39 +08:00
parent c79fc16b0a
commit 3031392f89

View File

@@ -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
}));
},