gcj 3 years ago
parent
commit
b2bdec96d9
1 changed files with 2 additions and 2 deletions
  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>