Carson пре 10 месеци
родитељ
комит
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()