Merge pull request 'gdpao' (#387) from gyh into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/387
This commit is contained in:
gyh 2020-09-22 09:34:31 +08:00
commit 875aeeb63a

View File

@ -51,7 +51,7 @@ export default {
getUserInfo() { getUserInfo() {
this.$u.api.getMemberInfo().then(res => { this.$u.api.getMemberInfo().then(res => {
if (res.errCode == 0) { if (res.errCode == 0) {
// this.userInfo = res.data.MemberArray; this.userInfo = res.data.MemberArray;
this.$set(this, 'userInfo', res.data.MemberArray); this.$set(this, 'userInfo', res.data.MemberArray);
} }
}) })