lsc 1 년 전
부모
커밋
5d1222f7a8
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/components/pages/classroomObservation/components/chatArea.vue
  2. 1 1
      src/components/pages/components/chatArea.vue

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

@@ -1134,7 +1134,7 @@ export default {
 		uploadWavFileAndGetText(audioFile) {
 			let iiframe = this.$refs["iiframe"];
 			let _this = this;
-			iiframe.contentWindow.window.document.getElementById('languageOptions').selectedIndex = 3;
+			iiframe.contentWindow.window.document.getElementById('languageOptions').selectedIndex = 2;
 			_this.transcriptionData.content = ''
 			iiframe.contentWindow.onRecognizedResult = function (e) {
 				console.log("onRecognizedResult", e);

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

@@ -1134,7 +1134,7 @@ export default {
 		uploadWavFileAndGetText(audioFile) {
 			let iiframe = this.$refs["iiframe"];
 			let _this = this;
-			iiframe.contentWindow.window.document.getElementById('languageOptions').selectedIndex = 3;
+			iiframe.contentWindow.window.document.getElementById('languageOptions').selectedIndex = 2;
 			_this.transcriptionData.content = ''
 			iiframe.contentWindow.onRecognizedResult = function (e) {
 				console.log("onRecognizedResult", e);