Carson преди 4 месеца
родител
ревизия
7ecf1c6a28
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      src/components/pages/classroomObservation/components/chatArea.vue

+ 1 - 2
src/components/pages/classroomObservation/components/chatArea.vue

@@ -2478,8 +2478,7 @@ ${JSON.stringify(_list)}
     },
     async loadVoiceprints() {
       this.teacherVoiceprintList = await Sy.getVoiceprints({userId: this.$route.query["userid"], organizeId: this.$route.query['org']})
-      console.log(this.teacherVoiceprintList)
-    }
+    },
   },
   mounted() {
     this.loadVoiceprints()