lrf402788946 преди 5 години
родител
ревизия
f922a5023e
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/views/member.vue

+ 1 - 0
src/views/member.vue

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