Commit 3c9d7f63 authored by youjie's avatar youjie

no message

parent 68476c60
......@@ -289,9 +289,11 @@
}
this.UserList = data.UserList
this.Storage = data.UserList
for(let i = 0;i<data.UserList.length;i++){
this.UserList[i].CustomerAccountId = data.UserList[i].UserId
this.Storage[i].CustomerAccountId = data.UserList[i].UserId
if(data.UserList&&data.UserList.length>0){
for(let i = 0;i<data.UserList.length;i++){
this.UserList[i].CustomerAccountId = data.UserList[i].UserId
this.Storage[i].CustomerAccountId = data.UserList[i].UserId
}
}
} else {
this.Info(res.data.message);
......
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