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

master
谢凯 4 years ago committed by Gitee
parent 67371a9028
commit 881dc3fcf0
  1. 8
      ruoyi-ui/src/views/system/user/profile/userAvatar.vue

@ -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: {
//

Loading…
Cancel
Save