|
@@ -5292,6 +5292,7 @@ a {
|
|
for(var i in userList) {
|
|
for(var i in userList) {
|
|
arr.push(userList[i].id)
|
|
arr.push(userList[i].id)
|
|
}
|
|
}
|
|
|
|
+ this.participator = JSON.parse(JSON.stringify(this.participator))
|
|
this.addForm.auditUserIds = arr
|
|
this.addForm.auditUserIds = arr
|
|
} else if(obj.distinction == '11') {
|
|
} else if(obj.distinction == '11') {
|
|
let userList = obj.id
|
|
let userList = obj.id
|