소스 검색

fix: typo

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()