@@ -194,6 +194,7 @@ export default {
this.wordsSegList = detail;
},
handleWordsList(list) {
+ debugger;
let seg_words = [];
list.forEach((item, index) => {
let sent_str = item.join(" ");
@@ -3174,7 +3174,7 @@ export default {
};
BatchSegContent(data).then((res) => {
this.loading = false;
- let list = res.data.result;
+ let list = res.data.result.list;
this.$set(this.curQue.detail[paraIndex], "segList", list);
console.log(this.curQue);
this.segList = list;