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

This commit is contained in:
谢凯 2021-03-22 17:52:34 +08:00 committed by Gitee
parent 67371a9028
commit 881dc3fcf0
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: {
// //