Commit 505fa06d authored by 若依's avatar 若依 Committed by Gitee

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

Merge pull request !192 from 谢凯/N/A
parents 6cf53bfa 881dc3fc
......@@ -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: {
// 编辑头像
......
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