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

View File

@ -81,6 +81,14 @@ export default {
},
previews: {}
};
},
created() {
// 显隐列组件默认隐藏列
for (let item in this.columns) {
if (this.columns[item].visible === false) {
this.value.push(parseInt(item))
}
}
},
methods: {
// 编辑头像