ソースを参照

保存常错词限制

newStyle
jyt 2年前
コミット
bdbfc11300
1個のファイルの変更4行の追加4行の削除
  1. +4
    -4
      src/views/Template/wrongword.vue

+ 4
- 4
src/views/Template/wrongword.vue ファイルの表示

@@ -320,10 +320,10 @@ export default {
} else {
// 添加

if (this.correctList.indexOf(this.ruleForm.correctWord) != -1) {
this.$message.error("正确词已添加过~");
return;
}
// if (this.correctList.indexOf(this.ruleForm.correctWord) != -1) {
// this.$message.error("正确词已添加过~");
// return;
// }

if (this.mistakenList.indexOf(this.ruleForm.wrongWord) != -1) {
this.$message.error("错误词已添加过~");


||||||
x
 
000:0
読み込み中…
キャンセル
保存