Browse Source

fix: typo

Carson 4 months ago
parent
commit
7ecf1c6a28
1 changed files with 1 additions and 2 deletions
  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()