Commit b5280d61 authored by youjie's avatar youjie

no message

parent 23eb6d7b
......@@ -394,7 +394,7 @@
let UList =[];
if(this.UserList&&this.UserList.length>0&&this.IsAll!=0){
for(let i= 0;i<this.UserList.length;i++){
UList.push({'UserId':this.UserList[i].ID})
UList.push({'UserId':this.UserList[i].customerAccountId})
}
console.log(UList,';-----')
this.msg.UserList= UList
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment