gcj il y a 3 ans
Parent
commit
b2bdec96d9
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/components/Adult/common/NewordPhraseModule.vue

+ 2 - 2
src/components/Adult/common/NewordPhraseModule.vue

@@ -30,13 +30,13 @@
             <el-input
               class="adult-book-input"
               style="width: 200px"
-              v-model="curQue.wordTime[curQueItem.index].bg"
+              v-model.trim="curQue.wordTime[curQueItem.index].bg"
             ></el-input>
             ~
             <el-input
               class="adult-book-input"
               style="width: 200px"
-              v-model="curQue.wordTime[curQueItem.index].ed"
+              v-model.trim="curQue.wordTime[curQueItem.index].ed"
             ></el-input>
           </div>
         </div>