lrf402788946 5 năm trước cách đây
mục cha
commit
fb3e630ea7
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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);
       }
     },