natasha 3 년 전
부모
커밋
3bd0f54b46
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/components/Adult/inputModules/ArticleTemChs/index.vue

+ 2 - 0
src/components/Adult/inputModules/ArticleTemChs/index.vue

@@ -286,6 +286,7 @@ export default {
         let data = {
           fileName: file.raw.name,
           speechBase64: base_res[1],
+          language: "ch",
         };
         prepareTranscribe(data).then((res) => {
           _this.$set(_this.curQue, "taskId", res.data.taskId);
@@ -320,6 +321,7 @@ export default {
             taskId: this.curQue.taskId,
             verseList: JSON.stringify(verseList),
             matchType: "chinese",
+            language: "ch",
           };
           getWordTime(data).then((res) => {
             this.curQue.wordTime = res.data.result;