|
@@ -186,7 +186,6 @@ export default {
|
|
this.loading = false;
|
|
this.loading = false;
|
|
});
|
|
});
|
|
}
|
|
}
|
|
- console.log(this.data);
|
|
|
|
},
|
|
},
|
|
// 处理句子和词的关系
|
|
// 处理句子和词的关系
|
|
handleSenWord() {
|
|
handleSenWord() {
|
|
@@ -207,7 +206,6 @@ export default {
|
|
this.data.sentence_list_mp.push(obj);
|
|
this.data.sentence_list_mp.push(obj);
|
|
});
|
|
});
|
|
});
|
|
});
|
|
- console.log(this.data.sentence_list_mp);
|
|
|
|
},
|
|
},
|
|
setWordsList(list, paraIndex) {
|
|
setWordsList(list, paraIndex) {
|
|
let wordsList = [];
|
|
let wordsList = [];
|
|
@@ -338,7 +336,6 @@ export default {
|
|
this.compareloading = true;
|
|
this.compareloading = true;
|
|
compareSenTenceTime({ matchList: JSON.stringify(this.compareData) })
|
|
compareSenTenceTime({ matchList: JSON.stringify(this.compareData) })
|
|
.then((res) => {
|
|
.then((res) => {
|
|
- console.log(res);
|
|
|
|
this.compareloading = false;
|
|
this.compareloading = false;
|
|
this.data.wordTime = res.data.result;
|
|
this.data.wordTime = res.data.result;
|
|
})
|
|
})
|