Carson vor 6 Monaten
Ursprung
Commit
7ecf1c6a28
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  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() {
     async loadVoiceprints() {
       this.teacherVoiceprintList = await Sy.getVoiceprints({userId: this.$route.query["userid"], organizeId: this.$route.query['org']})
       this.teacherVoiceprintList = await Sy.getVoiceprints({userId: this.$route.query["userid"], organizeId: this.$route.query['org']})
-      console.log(this.teacherVoiceprintList)
-    }
+    },
   },
   },
   mounted() {
   mounted() {
     this.loadVoiceprints()
     this.loadVoiceprints()