Commit 3c9d7f63 authored by youjie's avatar youjie

no message

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