Parcourir la source

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

谢凯 il y a 3 ans
Parent
commit
881dc3fcf0
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      ruoyi-ui/src/views/system/user/profile/userAvatar.vue

+ 8 - 0
ruoyi-ui/src/views/system/user/profile/userAvatar.vue

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