Explorar el Código

word改word_list

guanchunjie hace 3 años
padre
commit
b3ae0c204b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);