浏览代码

保存常错词限制

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("错误词已添加过~");


正在加载...
取消
保存