guanchunjie 3 anni fa
parent
commit
b3ae0c204b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/adultInput.vue

+ 1 - 1
src/views/adultInput.vue

@@ -1342,7 +1342,7 @@ export default {
         let segItem = this.handleSegItem(segList[index]);
         let obj = {
           sentence: Litem,
-          word: segItem,
+          word_list: segItem,
         };
         res.push(obj);
         sentenceArr.push(Litem);