Browse Source

Merge branch 'master' of http://221.216.211.14:3000/GCLS/GCLS_Page_Book_Component_NPC

guanchunjie 3 years ago
parent
commit
07d3596741

+ 6 - 4
src/components/Adult/inputModules/ArticleTemChs/index.vue

@@ -317,13 +317,15 @@ export default {
         return;
       }
       this.compareloading = true;
-      compareSenTenceTime({ matchList: JSON.stringify(this.compareData) }).then(
-        (res) => {
+      compareSenTenceTime({ matchList: JSON.stringify(this.compareData) })
+        .then((res) => {
           console.log(res);
           this.compareloading = false;
           this.curQue.wordTime = res.data.result;
-        }
-      );
+        })
+        .catch(() => {
+          this.compareloading = false;
+        });
     },
     // 校对时间
     compareTime(type) {

+ 1 - 1
src/components/Adult/preview/InputHasRecord.vue

@@ -145,7 +145,7 @@
               <el-input
                 :class="['textarea', items.record ? '' : 'textareaNoRecord']"
                 type="textarea"
-                v-model="textareaCon"
+                v-model="items.answer"
                 placeholder="输入"
               ></el-input>
               <div v-if="items.record" class="luyin-inner">