소스 검색

常错词

newStyle
corala 2 년 전
부모
커밋
bee85f0794
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -1
      src/views/Template/wrongword.vue

+ 5
- 1
src/views/Template/wrongword.vue 파일 보기

@@ -297,7 +297,11 @@ export default {
this.$message.error("错误词不能与正确词相同");
return;
}
this.$api.api.correctUpdate(this.ruleForm).then((res) => {
console.log(this.searchForm.houseId)
this.$api.api.correctUpdate({
...this.ruleForm,
houseId: this.searchForm.houseId
}).then((res) => {
console.log(res);
if (res.code == 0) {
setTimeout(() => {


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