lrf402788946 5 years ago
parent
commit
fb3e630ea7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/member.vue

+ 2 - 0
src/views/member.vue

@@ -171,6 +171,8 @@ export default {
         }
       }
       for (const item of object.children) {
+        console.log(item.category);
+        console.log(_.get(this, `${item.category}`));
         this.$set(this, `${item.category}List`, item);
       }
     },