This commit is contained in:
shijingjing
2022-08-17 17:21:26 +08:00
parent 7500bf286e
commit c0de94aca9
2 changed files with 6 additions and 3 deletions

View File

@@ -168,7 +168,7 @@ export default {
this.dialog = true
} else if(type ==1) {
this.chooseUserList = [{
id: row.id,
id: row.userId,
name: row.userName
}]
this.form.ids = this.chooseUserList.map(e => e.id)