소스 검색

保存常错词限制

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


불러오는 중...
취소
저장