!192 update ruoyi-ui/src/views/system/user/profile/userAvatar.vue.

Merge pull request !192 from 谢凯/N/A
This commit is contained in:
若依 2021-03-24 15:32:24 +08:00 committed by Gitee
commit 505fa06dc3
1 changed files with 8 additions and 0 deletions

View File

@ -81,6 +81,14 @@ export default {
}, },
previews: {} previews: {}
}; };
},
created() {
//
for (let item in this.columns) {
if (this.columns[item].visible === false) {
this.value.push(parseInt(item))
}
}
}, },
methods: { methods: {
// //