Explorar o código

手动校对字幕保存问题

natasha hai 1 mes
pai
achega
0c30bf1798

+ 1 - 1
src/views/book/courseware/create/components/question/article/Article.vue

@@ -971,7 +971,7 @@ export default {
     // 保存校对
     saveCompare() {
       this.compareloading = false;
-      this.data.wordTime = this.compareData;
+      // this.data.wordTime = this.compareData;
       this.handleClose();
       // this.compareloading = true;
       // compareSenTenceTime({ matchList: JSON.stringify(this.compareData) })

+ 1 - 1
src/views/book/courseware/create/components/question/dialogue_article/Article.vue

@@ -1410,7 +1410,7 @@ export default {
     // 保存校对
     saveCompare() {
       this.compareloading = false;
-      this.data.wordTime = this.compareData;
+      // this.data.wordTime = this.compareData;
       this.handleClose();
       // this.compareloading = true;
       // compareSenTenceTime({ matchList: JSON.stringify(this.compareData) })

+ 1 - 1
src/views/book/courseware/create/components/question/image_text/ImageText.vue

@@ -634,7 +634,7 @@ export default {
     // 保存校对
     saveCompare() {
       this.compareloading = false;
-      this.data.word_time = this.compareData;
+      // this.data.word_time = this.compareData;
       this.handleClose();
     },
     saveStyle(fontFamily, textDecoration, fontWeight, border, color, img, imgPosition) {